From 3d6fb06ee9636902380856ad3656cb0504b0fff3 Mon Sep 17 00:00:00 2001 From: "Serge A. Zaitsev" Date: Mon, 1 Oct 2012 12:43:37 +0300 Subject: [PATCH] fixed typo --- jsmn.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; /**