diff options
author | dgp <dgp@users.sourceforge.net> | 2019-06-28 12:43:50 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2019-06-28 12:43:50 (GMT) |
commit | 2298ba7ed7bf8d87700209bc400f4930f2a29ba2 (patch) | |
tree | 94e646f522404d10b3f7df3af3a05a9423d8c333 /generic/tclCmdIL.c | |
parent | 676acf8712a40961b9a0da4f60a31c3a1a2cf0ab (diff) | |
parent | a4d19fb0850b5a941a9689e852704e38c54fa84d (diff) | |
download | tcl-2298ba7ed7bf8d87700209bc400f4930f2a29ba2.zip tcl-2298ba7ed7bf8d87700209bc400f4930f2a29ba2.tar.gz tcl-2298ba7ed7bf8d87700209bc400f4930f2a29ba2.tar.bz2 |
merge 8.7
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 67e871f..3057ba4 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. */ |