diff options
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 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 |