diff options
| author | dkf <donal.k.fellows@manchester.ac.uk> | 2024-09-21 08:41:51 (GMT) |
|---|---|---|
| committer | dkf <donal.k.fellows@manchester.ac.uk> | 2024-09-21 08:41:51 (GMT) |
| commit | 475d0498c66c8bbc7a0acbb9d1c58abe3fa78b52 (patch) | |
| tree | 19994fe7776bae05ebec5874f3239f8992393498 /generic/tclIO.c | |
| parent | 4248deef0b06ef0e95625e3b40a677427dc55f78 (diff) | |
| download | tcl-475d0498c66c8bbc7a0acbb9d1c58abe3fa78b52.zip tcl-475d0498c66c8bbc7a0acbb9d1c58abe3fa78b52.tar.gz tcl-475d0498c66c8bbc7a0acbb9d1c58abe3fa78b52.tar.bz2 | |
Fix ungrammatical doubling of words in commentsminor
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 b89f415..7e3f575 100644 --- a/generic/tclIO.c +++ b/generic/tclIO.c @@ -10563,7 +10563,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. * |
