summaryrefslogtreecommitdiffstats
path: root/doc/tclvars.n
diff options
context:
space:
mode:
authorjenglish <jenglish@flightlab.com>2002-07-01 18:24:38 (GMT)
committerjenglish <jenglish@flightlab.com>2002-07-01 18:24:38 (GMT)
commit67fad087ab438ebbeb8d38658e7bfe9183c1b8b7 (patch)
tree0b85a12ebaae6394723689fc31593c4ec7ebed17 /doc/tclvars.n
parentd01a31dd2c3c0984c9ef185aec47a4c008e70b67 (diff)
downloadtcl-67fad087ab438ebbeb8d38658e7bfe9183c1b8b7.zip
tcl-67fad087ab438ebbeb8d38658e7bfe9183c1b8b7.tar.gz
tcl-67fad087ab438ebbeb8d38658e7bfe9183c1b8b7.tar.bz2
Spell-check, fixed typos (Updates from Larry Virden).
Diffstat (limited to 'doc/tclvars.n')
-rw-r--r--doc/tclvars.n6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/tclvars.n b/doc/tclvars.n
index ea99b4c..92de6a5 100644
--- a/doc/tclvars.n
+++ b/doc/tclvars.n
@@ -5,7 +5,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: tclvars.n,v 1.12 2002/04/23 19:06:10 hobbs Exp $
+'\" RCS: @(#) $Id: tclvars.n,v 1.13 2002/07/01 18:24:39 jenglish Exp $
'\"
.so man.macros
.TH tclvars n 8.0 Tcl "Tcl Built-In Commands"
@@ -46,7 +46,7 @@ support many special cases. All other environment variables inherited by
Tcl are left unmodified. Setting an env array variable to blank is the
same as unsetting it as this is the behavior of the underlying Windows OS.
It should be noted that relying on an existing and empty environment variable
-won't work on windows and is discoraged for cross-platform usage.
+won't work on windows and is discouraged for cross-platform usage.
.VE
.RE
.RS
@@ -258,7 +258,7 @@ The native byte order of this machine: either \fBlittleEndian\fR or
.TP
\fBdebug\fR
If this variable exists, then the interpreter
-was compiled with debugging symbols enabled. This varible will only
+was compiled with debugging symbols enabled. This variable will only
exist on Windows so extension writers can specify which package to load
depending on the C run-time library that is loaded.
.TP