]> git.ipfire.org Git - thirdparty/json-c.git/commitdiff
json_tokener.h: json_tokener_parse_verbose: fix typo 858/head
authorAlan Urmancheev <108410815+alurm@users.noreply.github.com>
Tue, 16 Apr 2024 14:56:00 +0000 (14:56 +0000)
committerGitHub <noreply@github.com>
Tue, 16 Apr 2024 14:56:00 +0000 (14:56 +0000)
json_tokener.h

index cdac3e2afe08696ee7e3e748277cc59404c79df8..54925e5116ff5e3b5e344bd812d552e0b9bafd75 100644 (file)
@@ -230,7 +230,7 @@ JSON_EXPORT void json_tokener_reset(struct json_tokener *tok);
 JSON_EXPORT struct json_object *json_tokener_parse(const char *str);
 
 /**
- * Parser a json_object out of the string `str`, but if it fails
+ * Parse a json_object out of the string `str`, but if it fails
  * return the error in `*error`.
  * @see json_tokener_parse()
  * @see json_tokener_parse_ex()