]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
manual: fix typos in the character handling chapter
authorRical Jasan <ricaljasan@pacific.net>
Fri, 6 May 2016 07:54:32 +0000 (00:54 -0700)
committerMike Frysinger <vapier@gentoo.org>
Thu, 16 Jun 2016 04:37:44 +0000 (00:37 -0400)
ChangeLog
manual/ctype.texi

index 4f4591efade978ed236b9485b351540aff030dce..e7db6e7b3e3ba93abf7e174a31d9d77e8ac2fc87 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-06-16  Rical Jasan  <ricaljasan@pacific.net>
+
+       * manual/ctype.texi: Fix typos.
+
 2016-06-16  Rical Jasan  <ricaljasan@pacific.net>
 
        * manual/memory.texi: Fix various typos & grammar errors.
index 2d73d4e728a2d15fbdd0c53afbed3b2053860c44..818c095d1373b77a60c4dd59c0769e1aa2217a20 100644 (file)
@@ -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.