summaryrefslogtreecommitdiffstats
path: root/generic/tclPipe.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-08-22 12:19:04 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-08-22 12:19:04 (GMT)
commit33b8dd931e270d9802ba796a6cd6c0e63b200237 (patch)
treec4dd9b938773e509d89df8ba9583f0ded5b67bd8 /generic/tclPipe.c
parent267c44f6ea7e0ec37ec45621f70c49237c1e9ef8 (diff)
downloadtcl-33b8dd931e270d9802ba796a6cd6c0e63b200237.zip
tcl-33b8dd931e270d9802ba796a6cd6c0e63b200237.tar.gz
tcl-33b8dd931e270d9802ba796a6cd6c0e63b200237.tar.bz2
Fix [8566dc22f9]: various spelling fixes in comments
Diffstat (limited to 'generic/tclPipe.c')
-rw-r--r--generic/tclPipe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclPipe.c b/generic/tclPipe.c
index 698f85d..a549942 100644
--- a/generic/tclPipe.c
+++ b/generic/tclPipe.c
@@ -442,7 +442,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