aboutsummaryrefslogtreecommitdiff
path: root/lib/utf8.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2008-05-15 21:06:16 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2008-05-15 21:06:16 +0300
commit68f009bdf98cb65aeabb24c5abf979dc535a2fcb (patch)
tree09b0a0893f043307a64658bc34c1c1a3e8728664 /lib/utf8.c
parent05cad77bbde3814fd36dc89a29af7e4c813c5ef3 (diff)
downloaddico-68f009bdf98cb65aeabb24c5abf979dc535a2fcb.tar.gz
dico-68f009bdf98cb65aeabb24c5abf979dc535a2fcb.tar.bz2
Minor change.
* include/dico/utf8.h, lib/utf8.c: Fix a typo.
Diffstat (limited to 'lib/utf8.c')
-rw-r--r--lib/utf8.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/utf8.c b/lib/utf8.c
index 8556e5c..6b9f836 100644
--- a/lib/utf8.c
+++ b/lib/utf8.c
@@ -1727,7 +1727,7 @@ utf8_mbtowc (unsigned int *pwc, unsigned char *r, size_t len)
int
-urf8_symcmp(unsigned char *a, unsigned char *b)
+utf8_symcmp(unsigned char *a, unsigned char *b)
{
unsigned int wa, wb;

Return to:

Send suggestions and report system problems to the System administrator.