summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-08-22 12:20:13 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-08-22 12:20:13 (GMT)
commit6f191069963104ecc445087cd2869e6e6469663e (patch)
treef40546d0c3216324025d7d7620afbcadac7e8f97 /generic
parent3e5ccac63e1f2ebf2b0ff5a8e277b10cb63eefe3 (diff)
parent33b8dd931e270d9802ba796a6cd6c0e63b200237 (diff)
downloadtcl-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.c2
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