From 5e33cef443efc7334409d8cd2810fb0f84bde21e Mon Sep 17 00:00:00 2001 From: Alexandre Viau Date: Fri, 10 Jan 2020 18:59:19 +0000 Subject: typo: parser -> parsed --- json-glib/json-parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'json-glib/json-parser.c') diff --git a/json-glib/json-parser.c b/json-glib/json-parser.c index 1155783..a90bbd8 100644 --- a/json-glib/json-parser.c +++ b/json-glib/json-parser.c @@ -1142,7 +1142,7 @@ json_parser_load_from_file (JsonParser *parser, * multiple times with the same #JsonParser object, but the contents of the * parser will be destroyed each time. * - * Return value: %TRUE if the buffer was succesfully parser. In case + * Return value: %TRUE if the buffer was succesfully parsed. In case * of error, @error is set accordingly and %FALSE is returned */ gboolean -- cgit v1.2.1