diff options
| author | dgp <dgp@users.sourceforge.net> | 2023-11-13 19:52:35 (GMT) |
|---|---|---|
| committer | dgp <dgp@users.sourceforge.net> | 2023-11-13 19:52:35 (GMT) |
| commit | 3052212deede1996f05bb96cdd0d96fb4c6f8279 (patch) | |
| tree | e83c325b0f758b1fb1ccdd51ce71dcb95974505a /unix/tclAppInit.c | |
| parent | 3d8bfac0f9513825f629f1ef4f95dd5e19c71002 (diff) | |
| parent | f0c0a10b82a9a0f7e1ce7900fe6b8be3b6f88e55 (diff) | |
| download | tcl-3052212deede1996f05bb96cdd0d96fb4c6f8279.zip tcl-3052212deede1996f05bb96cdd0d96fb4c6f8279.tar.gz tcl-3052212deede1996f05bb96cdd0d96fb4c6f8279.tar.bz2 | |
merge 8.7
Diffstat (limited to 'unix/tclAppInit.c')
| -rw-r--r-- | unix/tclAppInit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tclAppInit.c b/unix/tclAppInit.c index b203487..04ae564 100644 --- a/unix/tclAppInit.c +++ b/unix/tclAppInit.c @@ -148,7 +148,7 @@ Tcl_AppInit( */ /* - * Call Tcl_CreateCommand for application-specific commands, if they + * Call Tcl_CreateObjCommand for application-specific commands, if they * weren't already created by the init procedures called above. */ |
