summaryrefslogtreecommitdiffstats
path: root/generic/tclPipe.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-08-23 09:07:33 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-08-23 09:07:33 (GMT)
commit21ec4f64b23d4ebff0310b0c3e2bcb129105440f (patch)
treef4d15f43f9eb48a45967688fa8cb903bea1031a7 /generic/tclPipe.c
parent136bf8d460099d7d31bf5077842d89b8b0ad005e (diff)
parent587f8fa3d9cfaccb5763689ee36cd8c41efe0689 (diff)
downloadtcl-21ec4f64b23d4ebff0310b0c3e2bcb129105440f.zip
tcl-21ec4f64b23d4ebff0310b0c3e2bcb129105440f.tar.gz
tcl-21ec4f64b23d4ebff0310b0c3e2bcb129105440f.tar.bz2
Merge 8.7
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 5a552dc..81a7680 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