[json-glib] docs: Fix typo



commit 28edd58ddfd719d107d89aa364dc208b0126c90f
Author: Emmanuele Bassi <ebassi linux intel com>
Date:   Wed Apr 14 23:19:28 2010 +0100

    docs: Fix typo
    
    There is no such thing as a 'JsonArrary' type.

 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 cfd883a..f539fe5 100644
--- a/json-glib/json-parser.c
+++ b/json-glib/json-parser.c
@@ -283,7 +283,7 @@ json_parser_class_init (JsonParserClass *klass)
   /**
    * JsonParser::array-end:
    * @parser: the #JsonParser that received the signal
-   * @array: the parsed #JsonArrary
+   * @array: the parsed #JsonArray
    *
    * The ::array-end signal is emitted each time the #JsonParser
    * has successfully parsed an entire #JsonArray



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