summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Viau <alexandre@alexandreviau.net>2020-01-10 18:59:19 +0000
committerEmmanuele Bassi <ebassi@gmail.com>2020-01-10 18:59:19 +0000
commit5e33cef443efc7334409d8cd2810fb0f84bde21e (patch)
tree5f0a52c44141ff933987f9c53ae13017bc063877
parent574cb8d5a432fefbd8e9d777ad263ae286d67938 (diff)
downloadjson-glib-5e33cef443efc7334409d8cd2810fb0f84bde21e.tar.gz
typo: parser -> parsed
-rw-r--r--json-glib/json-parser.c2
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