diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-11-24 10:26:28 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-11-24 10:26:28 (GMT) |
commit | a69b96ecbb110463c843208820c24b4f1eb04f2e (patch) | |
tree | d9b36b4eb4b2b98df73d0860ebfa3e445dcba318 /generic/tclPipe.c | |
parent | d510c90352989ab2f1332ce903526b9052def6de (diff) | |
download | tcl-a69b96ecbb110463c843208820c24b4f1eb04f2e.zip tcl-a69b96ecbb110463c843208820c24b4f1eb04f2e.tar.gz tcl-a69b96ecbb110463c843208820c24b4f1eb04f2e.tar.bz2 |
typos
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 83fb818..d6cd188 100644 --- a/generic/tclPipe.c +++ b/generic/tclPipe.c @@ -60,7 +60,7 @@ static TclFile FileForRedirect(Tcl_Interp *interp, const char *spec, static TclFile FileForRedirect( - Tcl_Interp *interp, /* Intepreter to use for error reporting. */ + Tcl_Interp *interp, /* Interpreter to use for error reporting. */ const char *spec, /* Points to character just after redirection * character. */ int atOK, /* Non-zero means that '@' notation can be |