diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-12-10 09:38:43 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-12-10 09:38:43 (GMT) |
| commit | a0f932b397c4833439cdb76d0741c4c02f6d88ee (patch) | |
| tree | 8698e63c2a320f58b8f6c1b71d78376eed9e76ff /generic/tclIO.c | |
| parent | dc6def073128b0563d1bcc0065c849e27343a070 (diff) | |
| download | tcl-a0f932b397c4833439cdb76d0741c4c02f6d88ee.zip tcl-a0f932b397c4833439cdb76d0741c4c02f6d88ee.tar.gz tcl-a0f932b397c4833439cdb76d0741c4c02f6d88ee.tar.bz2 | |
(cherry-pick )Fix ungrammatical doubling of words in comments
Diffstat (limited to 'generic/tclIO.c')
| -rw-r--r-- | generic/tclIO.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclIO.c b/generic/tclIO.c index 5bd6972..d9aae23 100644 --- a/generic/tclIO.c +++ b/generic/tclIO.c @@ -10699,7 +10699,7 @@ Tcl_GetChannelNames( * * Tcl_GetChannelNamesEx -- * - * Return the names of open channels in the interp filtered filtered + * Return the names of open channels in the interp filtered * through a pattern. If pattern is NULL, it returns all the open * channels. * |
