summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2006-09-05 16:10:52 (GMT)
committerdgp <dgp@users.sourceforge.net>2006-09-05 16:10:52 (GMT)
commiteaf441c098dec0c08488852c9d96686a6a89a104 (patch)
treef45ef5a53df3f3e27af36238de1e94b3f15bc5f0 /doc
parent41b22d65a044c210902764408c26da886c719751 (diff)
downloadtcl-eaf441c098dec0c08488852c9d96686a6a89a104.zip
tcl-eaf441c098dec0c08488852c9d96686a6a89a104.tar.gz
tcl-eaf441c098dec0c08488852c9d96686a6a89a104.tar.bz2
typo
Diffstat (limited to 'doc')
-rw-r--r--doc/msgcat.n2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/msgcat.n b/doc/msgcat.n
index 87626b2..7f85dc6 100644
--- a/doc/msgcat.n
+++ b/doc/msgcat.n
@@ -167,7 +167,7 @@ When a locale is specified by the user, a ``best match'' search is
performed during string translation. For example, if a user specifies
en_GB_Funky, the locales ``en_GB_Funky'', ``en_GB'', and ``en'' are
searched in order until a matching translation string is found. If no
-translation string is available, then \fB::msgcat::unknown\fR is
+translation string is available, then \fB::msgcat::mcunknown\fR is
called.
.SH "NAMESPACES AND MESSAGE CATALOGS"
.PP