summaryrefslogtreecommitdiff
path: root/doc/unistr.texi
diff options
context:
space:
mode:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>2009-04-29 03:47:37 +0200
committerBruno Haible <bruno@clisp.org>2009-04-29 03:51:11 +0200
commit762d2dcffdc4cb172ba2088fde06d9f01c1d761c (patch)
treed3a87617e23a71acd44e70d579b42d7e574bbf82 /doc/unistr.texi
parentcccd2787a7a3049e290db81121671f2d463a3bca (diff)
downloadlibunistring-762d2dcffdc4cb172ba2088fde06d9f01c1d761c.tar.gz
Fix typos.
Diffstat (limited to 'doc/unistr.texi')
-rw-r--r--doc/unistr.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/unistr.texi b/doc/unistr.texi
index 8c51c2f..9c6261b 100644
--- a/doc/unistr.texi
+++ b/doc/unistr.texi
@@ -423,7 +423,7 @@ This function is similar to @posixfunc{strrchr} and @posixfunc{wcsrchr}, except
that it operates on Unicode strings.
@end deftypefun
-The following functions seach for the first occurrence of some Unicode
+The following functions search for the first occurrence of some Unicode
character in or outside a given set of Unicode characters.
@deftypefun size_t u8_strcspn (const uint8_t *@var{str}, const uint8_t *@var{reject})