From: Alan Urmancheev <108410815+alurm@users.noreply.github.com> Date: Tue, 16 Apr 2024 14:56:00 +0000 (+0000) Subject: json_tokener.h: json_tokener_parse_verbose: fix typo X-Git-Tag: json-c-0.18-20240915~10^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F858%2Fhead;p=thirdparty%2Fjson-c.git json_tokener.h: json_tokener_parse_verbose: fix typo --- diff --git a/json_tokener.h b/json_tokener.h index cdac3e2..54925e5 100644 --- a/json_tokener.h +++ b/json_tokener.h @@ -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()