summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordas <das>2006-04-11 15:21:10 (GMT)
committerdas <das>2006-04-11 15:21:10 (GMT)
commita1a1ecb17b1c46c67fb416f5e8e9cd2af160bdb5 (patch)
tree27bf9bebf333c058875d8a2776b677a35d422812
parent4178b8327b6e6dbb1d85866a25606c3417ba68f4 (diff)
downloadtcl-a1a1ecb17b1c46c67fb416f5e8e9cd2af160bdb5.zip
tcl-a1a1ecb17b1c46c67fb416f5e8e9cd2af160bdb5.tar.gz
tcl-a1a1ecb17b1c46c67fb416f5e8e9cd2af160bdb5.tar.bz2
typos
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 72ee577..3822691 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,13 +12,13 @@
2006-04-06 Jeff Hobbs <jeffh@ActiveState.com>
* generic/tclRegexp.c (FinalizeRegexp): full reset data to
- indicate that readiness for reinitialization.
+ indicate readiness for reinitialization.
2006-04-06 Don Porter <dgp@users.sourceforge.net>
* generic/tclIndexObj.c (Tcl_GetIndexFromObjStruct): It seems
* tests/indexObj.test: there are extensions that rely on the prior
- * doc/GetIndex.3: behavior that the empty string cannot succeed
+ * doc/GetIndex.3: behavior that the empty string cannot succeed
as a unique prefix matcher, so I'm restoring Donal Fellow's solution.
Added mention of this detail to the documentation. [Bug 1464039]