summaryrefslogtreecommitdiffstats
path: root/libnetdata/json
diff options
context:
space:
mode:
authorDimitris Apostolou <dimitris.apostolou@icloud.com>2021-11-16 09:18:43 +0200
committerGitHub <noreply@github.com>2021-11-16 10:18:43 +0300
commitacca8c24f229da0ff0238921ebc4b30ddc7125ea (patch)
tree93113595d01b209c62167aa7d0ccaf05bb665218 /libnetdata/json
parent97a13e03612b0d4f2908be57b5114d619626f66d (diff)
Fix typos (#11782)
Co-authored-by: ilyam8 <ilya@netdata.cloud>
Diffstat (limited to 'libnetdata/json')
-rw-r--r--libnetdata/json/jsmn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libnetdata/json/jsmn.c b/libnetdata/json/jsmn.c
index 9525358975..2f48bd65a1 100644
--- a/libnetdata/json/jsmn.c
+++ b/libnetdata/json/jsmn.c
@@ -183,7 +183,7 @@ static jsmnerr_t jsmn_parse_string(jsmn_parser *parser, const char *js,
*
* Parse JSON string and fill tokens.
*
- * @param parser the auxiliar vector used to parser
+ * @param parser the auxiliary vector used to parser
* @param js the string to parse
* @param len the string length
* @param tokens the place to map the tokens