gutf8: Fix typo in GIR annotation for g_utf8_to_ucs4()

This commit is contained in:
Philip Withnall 2015-12-23 16:48:10 +00:00 committed by Philip Withnall
parent 42b160b19f
commit 30788dff5b

View File

@ -889,7 +889,7 @@ g_utf8_to_ucs4 (const gchar *str,
* If @len < 0, then the string is nul-terminated. * If @len < 0, then the string is nul-terminated.
* @items_read: (out caller-allocates) (optional): location to store number of * @items_read: (out caller-allocates) (optional): location to store number of
* characters read, or %NULL. * characters read, or %NULL.
* @items_written: (out caller-allocates) (optioanl): location to store number * @items_written: (out caller-allocates) (optional): location to store number
* of bytes written or %NULL. The value here stored does not include the * of bytes written or %NULL. The value here stored does not include the
* trailing 0 byte. * trailing 0 byte.
* @error: location to store the error occurring, or %NULL to ignore * @error: location to store the error occurring, or %NULL to ignore