summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2014-02-12 12:15:15 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2014-02-12 12:15:15 (GMT)
commit22683734d96c78389318559c3856d1fdf04cefe3 (patch)
treeec13456f3ff6328a48821e686c243805f1a70970
parent67d68fe341c4c825148b48d7fd74d2136ac8fa6a (diff)
parentc3c6e18ae396cac45fbc5d94ce9e2e7b7cc2ffc3 (diff)
downloadtcl-22683734d96c78389318559c3856d1fdf04cefe3.zip
tcl-22683734d96c78389318559c3856d1fdf04cefe3.tar.gz
tcl-22683734d96c78389318559c3856d1fdf04cefe3.tar.bz2
typo
-rw-r--r--unix/tclConfig.sh.in2
-rw-r--r--win/tclConfig.sh.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/unix/tclConfig.sh.in b/unix/tclConfig.sh.in
index d47e686..b58e9fd 100644
--- a/unix/tclConfig.sh.in
+++ b/unix/tclConfig.sh.in
@@ -165,5 +165,5 @@ TCL_BUILD_STUB_LIB_PATH='@TCL_BUILD_STUB_LIB_PATH@'
# Path to the Tcl stub library in the install directory.
TCL_STUB_LIB_PATH='@TCL_STUB_LIB_PATH@'
-# Flag, 1: we built Tcl with threads enables, 0 we didn't
+# Flag, 1: we built Tcl with threads enabled, 0 we didn't
TCL_THREADS=@TCL_THREADS@
diff --git a/win/tclConfig.sh.in b/win/tclConfig.sh.in
index 65bc5c5..00a8790 100644
--- a/win/tclConfig.sh.in
+++ b/win/tclConfig.sh.in
@@ -175,6 +175,6 @@ TCL_BUILD_STUB_LIB_PATH='@TCL_BUILD_STUB_LIB_PATH@'
# Path to the Tcl stub library in the install directory.
TCL_STUB_LIB_PATH='@TCL_STUB_LIB_PATH@'
-# Flag, 1: we built Tcl with threads enables, 0 we didn't
+# Flag, 1: we built Tcl with threads enabled, 0 we didn't
TCL_THREADS=@TCL_THREADS@