diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-08-26 09:06:31 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-08-26 09:06:31 (GMT) |
| commit | 85a07c9ee77ce7896b939d10317de1449be880e2 (patch) | |
| tree | 44be8948137fc8bcf67cc6917838e42eb962e132 /generic/tclPipe.c | |
| parent | b4243394a87e1101ca0569b4ca88550d7f9ee95c (diff) | |
| parent | bf10d7f187b5017773f1342994469a1bd4e0e8f7 (diff) | |
| download | tcl-85a07c9ee77ce7896b939d10317de1449be880e2.zip tcl-85a07c9ee77ce7896b939d10317de1449be880e2.tar.gz tcl-85a07c9ee77ce7896b939d10317de1449be880e2.tar.bz2 | |
Merge 8.7
Diffstat (limited to 'generic/tclPipe.c')
| -rw-r--r-- | generic/tclPipe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclPipe.c b/generic/tclPipe.c index 34b75f7..70774e7 100644 --- a/generic/tclPipe.c +++ b/generic/tclPipe.c @@ -413,7 +413,7 @@ TclCreatePipeline( * at *inPipePtr. NULL means command specified * its own input source. */ TclFile *outPipePtr, /* If non-NULL, output to the pipeline goes to - * a pipe, unless overriden by redirection in + * a pipe, unless overridden by redirection in * the command. The file id with which to read * frome this pipe is stored at *outPipePtr. * NULL means command specified its own output |
