diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-08-22 12:20:13 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-08-22 12:20:13 (GMT) |
commit | 6f191069963104ecc445087cd2869e6e6469663e (patch) | |
tree | f40546d0c3216324025d7d7620afbcadac7e8f97 /generic | |
parent | 3e5ccac63e1f2ebf2b0ff5a8e277b10cb63eefe3 (diff) | |
parent | 33b8dd931e270d9802ba796a6cd6c0e63b200237 (diff) | |
download | tcl-6f191069963104ecc445087cd2869e6e6469663e.zip tcl-6f191069963104ecc445087cd2869e6e6469663e.tar.gz tcl-6f191069963104ecc445087cd2869e6e6469663e.tar.bz2 |
Fix [8566dc22f9]: various spelling fixes in comments
Diffstat (limited to 'generic')
-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 2ecc5a6..bd49bec 100644 --- a/generic/tclPipe.c +++ b/generic/tclPipe.c @@ -450,7 +450,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 |