summaryrefslogtreecommitdiffstats
path: root/changes
diff options
context:
space:
mode:
authorstanton <stanton>1998-07-25 11:33:25 (GMT)
committerstanton <stanton>1998-07-25 11:33:25 (GMT)
commit300ce5c26003c49881d7f915bd46d07dfdc4affa (patch)
treeb844eea34c6ea9e6ba006fa02e3349d4deb188a8 /changes
parentebb4503d7add195d69eed99f19481ee4e9bd7928 (diff)
downloadtcl-300ce5c26003c49881d7f915bd46d07dfdc4affa.zip
tcl-300ce5c26003c49881d7f915bd46d07dfdc4affa.tar.gz
tcl-300ce5c26003c49881d7f915bd46d07dfdc4affa.tar.bz2
fixed typo
Diffstat (limited to 'changes')
-rw-r--r--changes2
1 files changed, 1 insertions, 1 deletions
diff --git a/changes b/changes
index a642eb3..5d31fe9 100644
--- a/changes
+++ b/changes
@@ -3569,6 +3569,6 @@ tcl_library variable can now be set before calling Tcl_Init to avoid
doing any searches. If it isn't set, then Tcl checks
env(TCL_LIBRARY), the static value set at compile time, an install
directory relative to the executable, a source directory relative to
-the executable, and a tk directory relative to the source heirarchy
+the executable, and a tcl directory relative to the source heirarchy
containing the executable. See the comment at the top of
generic/tclInitScript.h for more details. (SS)