summaryrefslogtreecommitdiff
path: root/lib/mbiter.h
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2012-02-05 13:42:03 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2012-02-05 13:42:03 -0800
commita4d796fb141dac5d85328872e2fefbd5c44870e1 (patch)
tree3afd9efea5ac2d5fa6d5b9c0e2e45643aea10119 /lib/mbiter.h
parent04b6c2e58486cfb30641633962249753052ba89f (diff)
downloadgnulib-a4d796fb141dac5d85328872e2fefbd5c44870e1.tar.gz
maint: spelling fixes
Diffstat (limited to 'lib/mbiter.h')
-rw-r--r--lib/mbiter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/mbiter.h b/lib/mbiter.h
index 5d5e698650..5419a67abc 100644
--- a/lib/mbiter.h
+++ b/lib/mbiter.h
@@ -47,9 +47,9 @@
initializes the iterator, starting at startptr and crossing length bytes.
mbi_avail (iter)
- returns true if there are more multibyte chracters available before
+ returns true if there are more multibyte characters available before
the end of string is reached. In this case, mbi_cur (iter) is
- initialized to the next multibyte chracter.
+ initialized to the next multibyte character.
mbi_advance (iter)
advances the iterator by one multibyte character.