diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-10-21 08:25:51 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-10-21 08:25:51 (GMT) |
commit | 31489aa2fa4710e28b83cd902fbafcfa0792e033 (patch) | |
tree | d352f54eecd01ad9d9d0361127b8456b2fc09980 /generic/tclCompCmdsGR.c | |
parent | a344103b2df59b2fbd11188bb6b16293aa44c8ca (diff) | |
parent | 5a7f45638f425ed4e56942f1ca3df6705bfd5d4a (diff) | |
download | tcl-31489aa2fa4710e28b83cd902fbafcfa0792e033.zip tcl-31489aa2fa4710e28b83cd902fbafcfa0792e033.tar.gz tcl-31489aa2fa4710e28b83cd902fbafcfa0792e033.tar.bz2 |
Merge 8.6
Diffstat (limited to 'generic/tclCompCmdsGR.c')
-rw-r--r-- | generic/tclCompCmdsGR.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclCompCmdsGR.c b/generic/tclCompCmdsGR.c index da557a4..bce71dc 100644 --- a/generic/tclCompCmdsGR.c +++ b/generic/tclCompCmdsGR.c @@ -580,7 +580,7 @@ TclCompileInfoCommandsCmd( 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) { |