]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix typo (LC_TYPE -> LC_CTYPE).
authorPaul Bolle <pebolle@tiscali.nl>
Fri, 17 Feb 2012 17:54:10 +0000 (17:54 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Fri, 17 Feb 2012 17:54:10 +0000 (17:54 +0000)
ChangeLog
NEWS
manual/charset.texi

index 39bafeeaf197244d37ad4a2833abee66188b440a..1ed9b762c75a0bd14449a274fc7333e1091377f1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
+
+       [BZ #12047]
+       * manual/charset.texi (Generic Charset Conversion): Fix typo
+       (LC_TYPE -> LC_CTYPE).
+
 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
 
        [BZ #5805]
diff --git a/NEWS b/NEWS
index c56f77faa2f520da02f342cf73c4fe3faf0c6376..3bdaee34d64202e4d8b5bd6aef364cae88b68e25 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -9,9 +9,9 @@ Version 2.16
 
 * The following bugs are resolved with this release:
 
-  350, 411, 3335, 4026, 4822, 5805, 6884, 9902, 10140, 11494, 13525, 13526,
-  13527, 13528, 13529, 13531, 13532, 13533, 13547, 13530, 13551, 13552,
-  13553, 13555, 13559, 13583, 13618
+  350, 411, 3335, 4026, 4822, 5805, 6884, 9902, 10140, 12047, 11494, 13525,
+  13526, 13527, 13528, 13529, 13531, 13532, 13533, 13547, 13530, 13551,
+  13552, 13553, 13555, 13559, 13583, 13618
 
 * ISO C11 support:
 
index 808469b8c1dad2f26533b23b2d8afbe44215f698..d7d82ad006f8deea8cbfd9442137606825d798f4 100644 (file)
@@ -1541,7 +1541,7 @@ character set is the character set of the locale for the @code{LC_CTYPE}
 category, one has to change the @code{LC_CTYPE} locale using
 @code{setlocale}.
 
-Changing the @code{LC_TYPE} locale introduces major problems for the rest
+Changing the @code{LC_CTYPE} locale introduces major problems for the rest
 of the programs since several more functions (e.g., the character
 classification functions, @pxref{Classification of Characters}) use the
 @code{LC_CTYPE} category.