diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-11-10 09:07:55 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-11-10 09:07:55 (GMT) |
| commit | ef824045bfea5623a926d2cc1046fc2e633cff66 (patch) | |
| tree | a8223c49f7f62ca1b971d8a7b42619059a7834b4 /unix/tclAppInit.c | |
| parent | d5e74babb069ef347a7774df81219c9794c0e50d (diff) | |
| parent | e9a8f8e9d88282efed5f92674150d8eed85959c4 (diff) | |
| download | tcl-ef824045bfea5623a926d2cc1046fc2e633cff66.zip tcl-ef824045bfea5623a926d2cc1046fc2e633cff66.tar.gz tcl-ef824045bfea5623a926d2cc1046fc2e633cff66.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 cbb937f..c49df55 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. */ |
