summaryrefslogtreecommitdiffstats
path: root/changes
diff options
context:
space:
mode:
authorstanton <stanton@noemail.net>1998-07-25 11:33:25 (GMT)
committerstanton <stanton@noemail.net>1998-07-25 11:33:25 (GMT)
commit02d1304e218a89eafb214452ac8712ced29e989d (patch)
treeb844eea34c6ea9e6ba006fa02e3349d4deb188a8 /changes
parent9dd5bdd7abfb118c13422bba3154b08d5dfb6a89 (diff)
downloadtcl-02d1304e218a89eafb214452ac8712ced29e989d.zip
tcl-02d1304e218a89eafb214452ac8712ced29e989d.tar.gz
tcl-02d1304e218a89eafb214452ac8712ced29e989d.tar.bz2
fixed typo
FossilOrigin-Name: 625825678a161804774049c2886de0e8fa162b85
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)