From 3e92dfa139f478fcaabcef9cc2eeb6628ab0ff69 Mon Sep 17 00:00:00 2001 From: Richard Aas Date: Mon, 11 Jan 2016 06:43:45 +0000 Subject: [PATCH] odict: fix typo --- include/re_odict.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/re_odict.h b/include/re_odict.h index 60941b2..02d3224 100644 --- a/include/re_odict.h +++ b/include/re_odict.h @@ -23,7 +23,7 @@ struct odict_entry { struct le le, he; char *key; union { - struct odict *odict; /* ODICT_OBJECT / OJECT_ARRAY */ + struct odict *odict; /* ODICT_OBJECT / ODICT_ARRAY */ char *str; /* ODICT_STRING */ int64_t integer; /* ODICT_INT */ double dbl; /* ODICT_DOUBLE */