summaryrefslogtreecommitdiff
path: root/doc/unistr.texi
diff options
context:
space:
mode:
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})