diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-06-27 13:40:17 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-06-27 13:40:17 (GMT) |
commit | 88e4c96fac162ec1ff50a701312f42cb89f7d48f (patch) | |
tree | ef8f82b6c726c362b227c1479b28cd823a298fc4 /generic/tclCmdIL.c | |
parent | c368c02f8d177f161bd76082ebe1a62845e2785b (diff) | |
parent | 88683d52b453d2f48fea3d1d5209090112ade831 (diff) | |
download | tcl-88e4c96fac162ec1ff50a701312f42cb89f7d48f.zip tcl-88e4c96fac162ec1ff50a701312f42cb89f7d48f.tar.gz tcl-88e4c96fac162ec1ff50a701312f42cb89f7d48f.tar.bz2 |
Fix [15d851e394]: Fix spelling in comment of tclCmdIL.c
Diffstat (limited to 'generic/tclCmdIL.c')
-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 c11534e..cbb40c6 100644 --- a/generic/tclCmdIL.c +++ b/generic/tclCmdIL.c @@ -1958,7 +1958,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. */ |