summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordas <das>2003-05-22 01:15:59 (GMT)
committerdas <das>2003-05-22 01:15:59 (GMT)
commit160d0f7a4329719da6a3f7c66429d076ecbe9898 (patch)
tree8f2ae5bf08d1319a013cbb201156a78897f07e5a
parentbcb3bc0dc3f04c7b793635557ddc7e686db98576 (diff)
downloadtcl-160d0f7a4329719da6a3f7c66429d076ecbe9898.zip
tcl-160d0f7a4329719da6a3f7c66429d076ecbe9898.tar.gz
tcl-160d0f7a4329719da6a3f7c66429d076ecbe9898.tar.bz2
* macosx/tclMacOSXBundle.c: fixed a problem that caused only the
first call to Tcl_MacOSXOpenVersionedBundleResources() for a given bundle identifier to succeed. This caused the tcl runtime library not to be found in all interps created after the inital one.
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 01c2d78..9f54bec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,7 +2,7 @@
* macosx/tclMacOSXBundle.c: fixed a problem that caused only the
first call to Tcl_MacOSXOpenVersionedBundleResources() for a given
- bundle indentifier to succeed. This caused the tcl runtime library
+ bundle identifier to succeed. This caused the tcl runtime library
not to be found in all interps created after the inital one.
2003-05-19 Kevin B. Kenny <kennykb@hippolyta>