diff options
author | dgp <dgp@users.sourceforge.net> | 2001-12-20 23:33:27 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2001-12-20 23:33:27 (GMT) |
commit | 275fcdde3fa7cacfabb89aaa4b4f6e9c513f217b (patch) | |
tree | 55ded8ac6fb6618f50189f23823eb1f8418c5fc6 /generic | |
parent | 625dee8fa865428cdd03e42c771f3ae7a8981ec0 (diff) | |
download | tcl-275fcdde3fa7cacfabb89aaa4b4f6e9c513f217b.zip tcl-275fcdde3fa7cacfabb89aaa4b4f6e9c513f217b.tar.gz tcl-275fcdde3fa7cacfabb89aaa4b4f6e9c513f217b.tar.bz2 |
* typo corrections in comments
Diffstat (limited to 'generic')
-rw-r--r-- | generic/tclCmdMZ.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/generic/tclCmdMZ.c b/generic/tclCmdMZ.c index c43b926..fadd866 100644 --- a/generic/tclCmdMZ.c +++ b/generic/tclCmdMZ.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: tclCmdMZ.c,v 1.52 2001/11/27 13:30:54 dkf Exp $ + * RCS: @(#) $Id: tclCmdMZ.c,v 1.53 2001/12/20 23:33:27 dgp Exp $ */ #include "tclInt.h" @@ -2321,9 +2321,9 @@ Tcl_SubstObjCmd(dummy, interp, objc, objv) /* *---------------------------------------------------------------------- * - * Tcl_SubstObjCmd -- + * Tcl_SubstObj -- * - * This function performs the substitutions specificed on the + * This function performs the substitutions specified on the * given string as described in the user documentation for the * "subst" Tcl command. This code is heavily based on an * implementation by Andrew Payne. Note that if a command |