]> granicus.if.org Git - json-c/commitdiff
Minor spell check.
authorEric Haszlakiewicz <erh+git@nimenees.com>
Wed, 19 Jun 2013 14:14:19 +0000 (09:14 -0500)
committerEric Haszlakiewicz <erh+git@nimenees.com>
Wed, 19 Jun 2013 14:14:19 +0000 (09:14 -0500)
json_tokener.c

index 4491cec2876a93b44612a4a5db76dad2e32318f1..a6924a1f579d7506a9e1bc84dc60fd463e574624 100644 (file)
@@ -612,7 +612,7 @@ struct json_object* json_tokener_parse_ex(struct json_tokener *tok,
        double  numd;
        if (!tok->is_double && json_parse_int64(tok->pb->buf, &num64) == 0) {
                if (num64 && tok->pb->buf[0]=='0' && (tok->flags & JSON_TOKENER_STRICT)) {
-                       /* in strick mode, number must not start with 0 */
+                       /* in strict mode, number must not start with 0 */
                        tok->err = json_tokener_error_parse_number;
                        goto out;
                }