diff options
author | Emmanuele Bassi <ebassi@linux.intel.com> | 2010-04-14 23:19:28 +0100 |
---|---|---|
committer | Emmanuele Bassi <ebassi@linux.intel.com> | 2010-04-14 23:19:28 +0100 |
commit | 28edd58ddfd719d107d89aa364dc208b0126c90f (patch) | |
tree | c4d0a515986a986f591eed38234e1eeae09837f3 /json-glib/json-parser.c | |
parent | d40045bd855bfcb73c10967d894a8e91f8675409 (diff) | |
download | json-glib-28edd58ddfd719d107d89aa364dc208b0126c90f.tar.gz |
docs: Fix typo
There is no such thing as a 'JsonArrary' type.
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 |