summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorvincentdarley <vincentdarley>2003-10-23 09:40:56 (GMT)
committervincentdarley <vincentdarley>2003-10-23 09:40:56 (GMT)
commit9a534e8f58925ff9438f439c31b0513530c6c4c3 (patch)
tree0073c1a88c503790a773df1bebd2f93c93dcda3a /ChangeLog
parent1be328e65c44844c92b1d464ec916f1d2097e5db (diff)
downloadtcl-9a534e8f58925ff9438f439c31b0513530c6c4c3.zip
tcl-9a534e8f58925ff9438f439c31b0513530c6c4c3.tar.gz
tcl-9a534e8f58925ff9438f439c31b0513530c6c4c3.tar.bz2
typo
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 41e9b35..7d48b12 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,11 +4,11 @@
functions. See below for context.
(Tcl_FSMatchInDirectory): Modified to call on the new functions
(above) to handle the mountpoints in the glob'bed directory
- correctly. Part of the patch by Vincent Darly to solve the
+ correctly. Part of the patch by Vincent Darley to solve the
[Bug 800106] for the 8.4.x series.
* generic/tcl.h (TCL_GLOB_TYPE_MOUNT): New definition. Part of the
- patch by Vincent Darly to solve [Bug 800106] for the 8.4.x series.
+ patch by Vincent Darley to solve [Bug 800106] for the 8.4.x series.
2003-10-22 Donal K. Fellows <fellowsd@cs.man.ac.uk>