summaryrefslogtreecommitdiff
path: root/manual/charset.texi
diff options
context:
space:
mode:
authorPaul Bolle <pebolle@tiscali.nl>2012-02-17 17:54:10 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-02-17 17:54:10 +0000
commit79c6869c8388c10c201fbecc9fd1852b98b0b316 (patch)
treed8b1a46610705e758e7fb2fbc891b231a64ad99d /manual/charset.texi
parentcc6e48bc7c8e7a349147d5ce7683591175134076 (diff)
Fix typo (LC_TYPE -> LC_CTYPE).
Diffstat (limited to 'manual/charset.texi')
-rw-r--r--manual/charset.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/charset.texi b/manual/charset.texi
index 808469b8c1..d7d82ad006 100644
--- a/manual/charset.texi
+++ b/manual/charset.texi
@@ -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.