diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-09-04 12:37:04 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-09-04 12:37:04 (GMT) |
commit | e08c86934d9b781f246aa5e1b0c6612c17bb4f90 (patch) | |
tree | d893ceacd2185289d9cea7c1723e2714982f18c0 /generic/tclBasic.c | |
parent | e3f7bc2783051b73d14bd3a8acdb6c3ccf6e41fa (diff) | |
download | tcl-e08c86934d9b781f246aa5e1b0c6612c17bb4f90.zip tcl-e08c86934d9b781f246aa5e1b0c6612c17bb4f90.tar.gz tcl-e08c86934d9b781f246aa5e1b0c6612c17bb4f90.tar.bz2 |
Typo's (Thanks to Gustaf Neumann), nothing functional.
Diffstat (limited to 'generic/tclBasic.c')
-rw-r--r-- | generic/tclBasic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclBasic.c b/generic/tclBasic.c index 36d2301..acdcf41 100644 --- a/generic/tclBasic.c +++ b/generic/tclBasic.c @@ -2097,7 +2097,7 @@ Tcl_CreateCommand( /* An existing command conflicts. Try to delete it.. */ cmdPtr = Tcl_GetHashValue(hPtr); - + /* * Be careful to preserve * any existing import links so we can restore them down below. That |