about summary refs log tree commit diff
path: root/manual
diff options
context:
space:
mode:
authorRical Jasan <ricaljasan@pacific.net>2016-05-06 00:54:32 -0700
committerMike Frysinger <vapier@gentoo.org>2016-06-16 00:37:44 -0400
commitd17acc2bb62816d9f49a865745ad72a802e2d875 (patch)
tree18e1e391ed3934b9e09c1b8c5e5b8d1faf1bed6f /manual
parent3ef569c71b66fc2820afba3819a53d580c47eedc (diff)
downloadglibc-d17acc2bb62816d9f49a865745ad72a802e2d875.tar.gz
glibc-d17acc2bb62816d9f49a865745ad72a802e2d875.tar.xz
glibc-d17acc2bb62816d9f49a865745ad72a802e2d875.zip
manual: fix typos in the character handling chapter
Diffstat (limited to 'manual')
-rw-r--r--manual/ctype.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/ctype.texi b/manual/ctype.texi
index 2d73d4e728..818c095d13 100644
--- a/manual/ctype.texi
+++ b/manual/ctype.texi
@@ -345,8 +345,8 @@ This type is defined in @file{wctype.h}.
 @c compiler optimizations, but given the decision that setlocale is
 @c MT-Unsafe, all this would afford us would be the ability to not mark
 @c this function with @mtslocale.
-The @code{wctype} returns a value representing a class of wide
-characters which is identified by the string @var{property}.  Beside
+@code{wctype} returns a value representing a class of wide
+characters which is identified by the string @var{property}.  Besides
 some standard properties each locale can define its own ones.  In case
 no property with the given name is known for the current locale
 selected for the @code{LC_CTYPE} category, the function returns zero.