[json-glib: 1/2] typo: parser -> parsed



commit 5e33cef443efc7334409d8cd2810fb0f84bde21e
Author: Alexandre Viau <alexandre alexandreviau net>
Date:   Fri Jan 10 18:59:19 2020 +0000

    typo: parser -> parsed

 json-glib/json-parser.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]