summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2002-02-26 00:18:46 (GMT)
committerdgp <dgp@users.sourceforge.net>2002-02-26 00:18:46 (GMT)
commit9a1be64616396b29d2c100d299456fb824c2010f (patch)
treed8ae98b54aac822512344202d5313b728412b497 /ChangeLog
parent1690e4866895623a276336a661c86f89b9207477 (diff)
downloadtcl-9a1be64616396b29d2c100d299456fb824c2010f.zip
tcl-9a1be64616396b29d2c100d299456fb824c2010f.tar.gz
tcl-9a1be64616396b29d2c100d299456fb824c2010f.tar.bz2
typo
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f79b448..09fe37d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,7 +3,7 @@
* generic/tclBasic.c (Tcl_EvalEx): avoiding a buffer overrun
reported by Joe English, and restoring tcl7.6 behaviour for
[subst]: badly terminated nested scripts will raise an error
- andnot be evaluated. [Bug #495207]
+ and not be evaluated. [Bug #495207]
2002-02-25 Don Porter <dgp@users.sourceforge.net>