diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-10-20 15:31:47 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-10-20 15:31:47 (GMT) |
commit | 5a7f45638f425ed4e56942f1ca3df6705bfd5d4a (patch) | |
tree | 903d13badcd141351df2816f0c1062489ee31818 /generic/tclCompile.c | |
parent | 50abb43dbe760b723114adb2d75e9697c9c5ce8e (diff) | |
download | tcl-5a7f45638f425ed4e56942f1ca3df6705bfd5d4a.zip tcl-5a7f45638f425ed4e56942f1ca3df6705bfd5d4a.tar.gz tcl-5a7f45638f425ed4e56942f1ca3df6705bfd5d4a.tar.bz2 |
Fix [d554e5554e]: fix typo “defintion”
Diffstat (limited to 'generic/tclCompile.c')
-rw-r--r-- | generic/tclCompile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclCompile.c b/generic/tclCompile.c index 9a59b71..bffe7f8 100644 --- a/generic/tclCompile.c +++ b/generic/tclCompile.c @@ -2700,7 +2700,7 @@ TclCompileNoOp( Tcl_Interp *interp, /* Used for error reporting. */ Tcl_Parse *parsePtr, /* Points to a parse structure for the command * created by Tcl_ParseCommand. */ - Command *cmdPtr, /* Points to defintion of command being + Command *cmdPtr, /* Points to definition of command being * compiled. */ CompileEnv *envPtr) /* Holds resulting instructions. */ { |