summaryrefslogtreecommitdiffstats
path: root/generic/tclUtf.c
diff options
context:
space:
mode:
authorericm <ericm@noemail.net>2000-06-05 23:36:21 (GMT)
committerericm <ericm@noemail.net>2000-06-05 23:36:21 (GMT)
commit3abf20961316a87facbe294822bc779ba070bd8f (patch)
treee52660b302f987e5c94f958f01118a3b52cc5460 /generic/tclUtf.c
parentc824174c99c33fc27b93ab3739973e14e592e805 (diff)
downloadtcl-3abf20961316a87facbe294822bc779ba070bd8f.zip
tcl-3abf20961316a87facbe294822bc779ba070bd8f.tar.gz
tcl-3abf20961316a87facbe294822bc779ba070bd8f.tar.bz2
Comment typo correction.
FossilOrigin-Name: 68d103692ceddaf5c9833ff11df31a7c0689e7ce
Diffstat (limited to 'generic/tclUtf.c')
-rw-r--r--generic/tclUtf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclUtf.c b/generic/tclUtf.c
index a2f8e6e..b11fd85 100644
--- a/generic/tclUtf.c
+++ b/generic/tclUtf.c
@@ -8,7 +8,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclUtf.c,v 1.13 2000/05/08 22:06:24 hobbs Exp $
+ * RCS: @(#) $Id: tclUtf.c,v 1.14 2000/06/05 23:36:21 ericm Exp $
*/
#include "tclInt.h"
@@ -1627,7 +1627,7 @@ Tcl_UniCharIsWordChar(ch)
* Tcl_UniCharCaseMatch --
*
* See if a particular Unicode string matches a particular pattern.
- * Allows case insensitivity. Thie is the Unicode equivalent of
+ * Allows case insensitivity. This is the Unicode equivalent of
* the char* Tcl_StringCaseMatch.
*
* Results: