diff options
author | escoffon <escoffon> | 1998-07-14 14:49:54 (GMT) |
---|---|---|
committer | escoffon <escoffon> | 1998-07-14 14:49:54 (GMT) |
commit | 383a24c0e1eb4e32a171bcd66addac9264206802 (patch) | |
tree | 548a236d42a3b1ccd7ba0d99d909026bd247dd4c /library/init.tcl | |
parent | 26e4dbbde2cd14e34e234ca3a18659376b7ea699 (diff) | |
download | tcl-383a24c0e1eb4e32a171bcd66addac9264206802.zip tcl-383a24c0e1eb4e32a171bcd66addac9264206802.tar.gz tcl-383a24c0e1eb4e32a171bcd66addac9264206802.tar.bz2 |
fixed a typo in the name of the -verbose flag
Diffstat (limited to 'library/init.tcl')
-rw-r--r-- | library/init.tcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/init.tcl b/library/init.tcl index 4fa4ad8..61d8835 100644 --- a/library/init.tcl +++ b/library/init.tcl @@ -3,7 +3,7 @@ # Default system startup file for Tcl-based applications. Defines # "unknown" procedure and auto-load facilities. # -# SCCS: %Z% $Id: init.tcl,v 1.6 1998/07/13 17:53:36 escoffon Exp $ +# SCCS: %Z% $Id: init.tcl,v 1.7 1998/07/14 14:49:54 escoffon Exp $ # # Copyright (c) 1991-1993 The Regents of the University of California. # Copyright (c) 1994-1996 Sun Microsystems, Inc. @@ -627,7 +627,7 @@ proc pkg_mkIndex {args} { break } - -vervose { + -verbose { set doVerbose 1 } |