summaryrefslogtreecommitdiffstats
path: root/changes
diff options
context:
space:
mode:
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)