diff options
author | vincentdarley <vincentdarley> | 2003-10-23 09:40:56 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley> | 2003-10-23 09:40:56 (GMT) |
commit | 9a534e8f58925ff9438f439c31b0513530c6c4c3 (patch) | |
tree | 0073c1a88c503790a773df1bebd2f93c93dcda3a /ChangeLog | |
parent | 1be328e65c44844c92b1d464ec916f1d2097e5db (diff) | |
download | tcl-9a534e8f58925ff9438f439c31b0513530c6c4c3.zip tcl-9a534e8f58925ff9438f439c31b0513530c6c4c3.tar.gz tcl-9a534e8f58925ff9438f439c31b0513530c6c4c3.tar.bz2 |
typo
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |