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