diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2003-11-02 18:57:35 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2003-11-02 18:57:35 (GMT) |
commit | 3cda330fac41dc8b8e2ff6fb19efaeaa5ac5db11 (patch) | |
tree | 4c55675ba4b12e350968b5828aacb21dad57875a /generic/tclParse.c | |
parent | 57d15d8c0d6593106a433266fb8f554f1fbf83e6 (diff) | |
download | tcl-3cda330fac41dc8b8e2ff6fb19efaeaa5ac5db11.zip tcl-3cda330fac41dc8b8e2ff6fb19efaeaa5ac5db11.tar.gz tcl-3cda330fac41dc8b8e2ff6fb19efaeaa5ac5db11.tar.bz2 |
Typo fix
Diffstat (limited to 'generic/tclParse.c')
-rw-r--r-- | generic/tclParse.c | 4 |
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: |