odict: fix typo

This commit is contained in:
Richard Aas 2016-01-11 06:43:45 +00:00
parent 49132b53d7
commit 3e92dfa139

View file

@ -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 */