[glib] gutf8: Fix typo in GIR annotation for g_utf8_to_ucs4()
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] gutf8: Fix typo in GIR annotation for g_utf8_to_ucs4()
- Date: Wed, 23 Dec 2015 16:48:32 +0000 (UTC)
commit 30788dff5b940d34b4ce0594a7109f972b38686d
Author: Philip Withnall <philip tecnocode co uk>
Date: Wed Dec 23 16:48:10 2015 +0000
gutf8: Fix typo in GIR annotation for g_utf8_to_ucs4()
glib/gutf8.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/glib/gutf8.c b/glib/gutf8.c
index e424c10..99b89da 100644
--- a/glib/gutf8.c
+++ b/glib/gutf8.c
@@ -889,7 +889,7 @@ g_utf8_to_ucs4 (const gchar *str,
* If @len < 0, then the string is nul-terminated.
* @items_read: (out caller-allocates) (optional): location to store number of
* 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
* trailing 0 byte.
* @error: location to store the error occurring, or %NULL to ignore
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]