summaryrefslogtreecommitdiffstats
path: root/generic/tclParse.c
diff options
context:
space:
mode:
authordkf <dkf@noemail.net>2003-11-02 18:57:35 (GMT)
committerdkf <dkf@noemail.net>2003-11-02 18:57:35 (GMT)
commitf4c3357f67cc9998f21840f27c0e35e2c62a7feb (patch)
tree4c55675ba4b12e350968b5828aacb21dad57875a /generic/tclParse.c
parent224e76ae2b18e0bd6f373f20a40ce240028691c9 (diff)
downloadtcl-f4c3357f67cc9998f21840f27c0e35e2c62a7feb.zip
tcl-f4c3357f67cc9998f21840f27c0e35e2c62a7feb.tar.gz
tcl-f4c3357f67cc9998f21840f27c0e35e2c62a7feb.tar.bz2
Typo fix
FossilOrigin-Name: 33c0fbef93c10a26c88120709067a18b0f6f733a
Diffstat (limited to 'generic/tclParse.c')
-rw-r--r--generic/tclParse.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclParse.c b/generic/tclParse.c
index 986c583..4dd2fcb 100644
--- a/generic/tclParse.c
+++ b/generic/tclParse.c
@@ -13,7 +13,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclParse.c,v 1.27 2003/04/02 19:31:23 dgp Exp $
+ * RCS: @(#) $Id: tclParse.c,v 1.28 2003/11/02 18:57:35 dkf Exp $
*/
#include "tclInt.h"
@@ -2077,7 +2077,7 @@ TclSubstTokens(interp, tokenPtr, count, tokensLeftPtr)
* CommandComplete --
*
* This procedure is shared by TclCommandComplete and
- * Tcl_ObjCommandcoComplete; it does all the real work of seeing
+ * Tcl_ObjCommandComplete; it does all the real work of seeing
* whether a script is complete
*
* Results: