summaryrefslogtreecommitdiff
path: root/include/json_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/json_lib.h')
-rw-r--r--include/json_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/json_lib.h b/include/json_lib.h
index 1f12487d7e8..f7231b07636 100644
--- a/include/json_lib.h
+++ b/include/json_lib.h
@@ -381,7 +381,7 @@ int json_find_paths_next(json_engine_t *je, json_find_paths_t *state);
#define JSON_ERROR_ILLEGAL_SYMBOL (-2)
/*
- Converst JSON string constant into ordinary string constant
+ Convert JSON string constant into ordinary string constant
which can involve unpacking json escapes and changing character set.
Returns negative integer in the case of an error,
the length of the result otherwise.