summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSerge Zaitsev <zaitsev.serge@gmail.com>2015-11-19 17:04:51 +0800
committerSerge Zaitsev <zaitsev.serge@gmail.com>2015-11-19 17:04:51 +0800
commit8da639a33468125dad9bcfe25ee8065e321c849c (patch)
treeb15365192ddda1d39d155113d16840ddc06fec88
parent076abddc19f844b98e5ee591eae8d8a9a34c2c19 (diff)
parentf06a10c1b7b58784d20d2b06bf24b78cacf3fb83 (diff)
Merge pull request #60 from baskerville/master
Fix typo
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c7837f752..05e55874f 100644
--- a/README.md
+++ b/README.md
@@ -139,7 +139,7 @@ All job is done by `jsmn_parser` object. You can initialize a new parser using:
This will create a parser, and then it tries to parse up to 10 JSON tokens from
the `js` string.
-A non-negative reutrn value of `jsmn_parse` is the number of tokens actually
+A non-negative return value of `jsmn_parse` is the number of tokens actually
used by the parser.
Passing NULL instead of the tokens array would not store parsing results, but
instead the function will return the value of tokens needed to parse the given