glib: Correct typos of ‘character’

https://bugzilla.gnome.org/show_bug.cgi?id=774083
This commit is contained in:
SilentFlame
2016-11-10 23:02:55 +05:30
committed by Philip Withnall
parent 2bdec0c2f2
commit bd2fa54637
4 changed files with 6 additions and 6 deletions

View File

@@ -4259,7 +4259,7 @@ g_variant_dict_unref (GVariantDict *dict)
* returned. If @endptr is non-%NULL then it is updated to point to the
* first character after the format string.
*
* If @limit is non-%NULL then @limit (and any charater after it) will
* If @limit is non-%NULL then @limit (and any character after it) will
* not be accessed and the effect is otherwise equivalent to if the
* character at @limit were nul.
*