| commit | d032aad1f4dff2b49c2a4f0e4b2aafc96a9f728e | [log] [tgz] |
|---|---|---|
| author | Eric Haszlakiewicz <erh+git@nimenees.com> | Wed Jun 19 09:14:19 2013 -0500 |
| committer | Eric Haszlakiewicz <erh+git@nimenees.com> | Wed Jun 19 09:14:19 2013 -0500 |
| tree | c2eb48717752f7e3f499e6890c97ca3af7dff609 | |
| parent | 8b1bdbb94d8e666837eb07281e334075d400e52d [diff] |
Minor spell check.
diff --git a/json_tokener.c b/json_tokener.c index 4491cec..a6924a1 100644 --- a/json_tokener.c +++ b/json_tokener.c
@@ -612,7 +612,7 @@ 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; }