summaryrefslogtreecommitdiffstats
path: root/doc/tclvars.n
diff options
context:
space:
mode:
authordavidw <davidw>2005-10-01 09:28:40 (GMT)
committerdavidw <davidw>2005-10-01 09:28:40 (GMT)
commit54e8767a6287864102d7e2b6144aefb9a51525dd (patch)
tree17f17fc921e7b028395a59cb8476899ef5352672 /doc/tclvars.n
parent8a7bf54a77fffd5f4aa0b6617c743d770f092b80 (diff)
downloadtcl-54e8767a6287864102d7e2b6144aefb9a51525dd.zip
tcl-54e8767a6287864102d7e2b6144aefb9a51525dd.tar.gz
tcl-54e8767a6287864102d7e2b6144aefb9a51525dd.tar.bz2
Fixed a typo.
Diffstat (limited to 'doc/tclvars.n')
-rw-r--r--doc/tclvars.n4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tclvars.n b/doc/tclvars.n
index 627fb6f..df85aea 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.22 2005/05/10 18:34:03 kennykb Exp $
+'\" RCS: @(#) $Id: tclvars.n,v 1.23 2005/10/01 09:28:40 davidw Exp $
'\"
.so man.macros
.TH tclvars n 8.0 Tcl "Tcl Built-In Commands"
@@ -173,7 +173,7 @@ subdirectory of one of the entries in \fB$tcl_pkgPath\fR. The directories
in \fB$tcl_pkgPath\fR are included by default in the \fBauto_path\fR
variable, so they and their immediate subdirectories are automatically
searched for packages during \fBpackage require\fR commands. Note:
-\fBtcl_pkgPath\fR it not intended to be modified by the application. Its
+\fBtcl_pkgPath\fR is not intended to be modified by the application. Its
value is added to \fBauto_path\fR at startup; changes to \fBtcl_pkgPath\fR
are not reflected in \fBauto_path\fR. If you want Tcl to search additional
directories for packages you should add the names of those directories to