diff options
author | ericm <ericm> | 2000-06-05 23:36:21 (GMT) |
---|---|---|
committer | ericm <ericm> | 2000-06-05 23:36:21 (GMT) |
commit | c592eb20e19fda6ac9207fa3a74c76139d8f6e4a (patch) | |
tree | e52660b302f987e5c94f958f01118a3b52cc5460 /generic | |
parent | 8dff4f9ee0dd66f23d426470decf22aab268f11d (diff) | |
download | tcl-c592eb20e19fda6ac9207fa3a74c76139d8f6e4a.zip tcl-c592eb20e19fda6ac9207fa3a74c76139d8f6e4a.tar.gz tcl-c592eb20e19fda6ac9207fa3a74c76139d8f6e4a.tar.bz2 |
Comment typo correction.
Diffstat (limited to 'generic')
-rw-r--r-- | generic/tclUtf.c | 4 |
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: |