diff options
author | Alexandre Viau <alexandre@alexandreviau.net> | 2020-01-10 18:59:19 +0000 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gmail.com> | 2020-01-10 18:59:19 +0000 |
commit | 5e33cef443efc7334409d8cd2810fb0f84bde21e (patch) | |
tree | 5f0a52c44141ff933987f9c53ae13017bc063877 /json-glib/json-parser.c | |
parent | 574cb8d5a432fefbd8e9d777ad263ae286d67938 (diff) | |
download | json-glib-5e33cef443efc7334409d8cd2810fb0f84bde21e.tar.gz |
typo: parser -> parsed
Diffstat (limited to 'json-glib/json-parser.c')
-rw-r--r-- | json-glib/json-parser.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |