diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-06-27 13:38:09 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-06-27 13:38:09 (GMT) |
commit | d25a0dae48879aa273f22c578e4ab6176bc6d28c (patch) | |
tree | b17e486998e49405ed535ffb253f366bb08c7f91 /generic | |
parent | c4459402a9117b184d3ad0d2640628db19327ae4 (diff) | |
download | tcl-d25a0dae48879aa273f22c578e4ab6176bc6d28c.zip tcl-d25a0dae48879aa273f22c578e4ab6176bc6d28c.tar.gz tcl-d25a0dae48879aa273f22c578e4ab6176bc6d28c.tar.bz2 |
Fix [15d851e394]: Fix spelling in comment of tclCmdIL.c
Diffstat (limited to 'generic')
-rw-r--r-- | generic/tclCmdIL.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclCmdIL.c b/generic/tclCmdIL.c index 61e5b03..94c5413 100644 --- a/generic/tclCmdIL.c +++ b/generic/tclCmdIL.c @@ -1960,7 +1960,7 @@ InfoProcsCmd( /* * If "info procs" worked like "info commands", returning the commands * also seen in the global namespace, then you would include this - * code. As this could break backwards compatibilty with 8.0-8.2, we + * code. As this could break backwards compatibility with 8.0-8.2, we * decided not to "fix" it in 8.3, leaving the behavior slightly * different. */ |