summaryrefslogtreecommitdiff
path: root/glib
diff options
context:
space:
mode:
authorDavid King <amigadave@amigadave.com>2014-04-04 10:42:56 +0100
committerDavid King <amigadave@amigadave.com>2014-04-04 10:43:29 +0100
commit3cfa44da5a6f07b6416935c0f66d4d49e9398524 (patch)
tree7ce95ab918b2d153e1e735c4c843ac49ddbf0634 /glib
parent4a4b0443212c27c5386b1f2ebf35883734915464 (diff)
docs: Fix typo in g_unichar_iswide_cjk() comment
Diffstat (limited to 'glib')
-rw-r--r--glib/guniprop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/guniprop.c b/glib/guniprop.c
index 969cdc414..82ba8891a 100644
--- a/glib/guniprop.c
+++ b/glib/guniprop.c
@@ -498,7 +498,7 @@ g_unichar_iswide (gunichar c)
*
* If a character passes the g_unichar_iswide() test then it will also pass
* this test, but not the other way around. Note that some characters may
- * pas both this test and g_unichar_iszerowidth().
+ * pass both this test and g_unichar_iszerowidth().
*
* Returns: %TRUE if the character is wide in legacy East Asian locales
*