diff --git a/jsmn.h b/jsmn.h index 5914239..03b2c1a 100644 --- a/jsmn.h +++ b/jsmn.h @@ -49,7 +49,7 @@ typedef struct { typedef struct { unsigned int pos; /* offset in the JSON string */ int toknext; /* next token to allocate */ - int toksuper; /* suporior token node, e.g parent object or array */ + int toksuper; /* superior token node, e.g parent object or array */ } jsmn_parser; /**