Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Nov 24, 2016
1 parent cf4eee9 commit 20fcdc3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion generic/tclCmdMZ.c
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ Tcl_RegexpObjCmd(

if (match == 0) {
/*
* We want to set the value of the intepreter result only when
* We want to set the value of the interpreter result only when
* this is the first time through the loop.
*/

Expand Down
2 changes: 1 addition & 1 deletion generic/tclLoad.c
Original file line number Diff line number Diff line change
Expand Up @@ -1015,7 +1015,7 @@ Tcl_StaticPackage(
* TclGetLoadedPackages --
*
* This function returns information about all of the files that are
* loaded (either in a particular intepreter, or for all interpreters).
* loaded (either in a particular interpreter, or for all interpreters).
*
* Results:
* The return value is a standard Tcl completion code. If successful, a
Expand Down
2 changes: 1 addition & 1 deletion generic/tclPipe.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 20fcdc3

Please sign in to comment.