diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-07-04 11:41:41 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-07-04 11:41:41 (GMT) |
| commit | 64a63fa7c5594097d782968787ad37e46f9e4f5e (patch) | |
| tree | e0e97bd67659a27c11df2bc8157f8859629ec509 /generic/tclExecute.c | |
| parent | c053495b3e85c92d11d50b3cbafb83cd0fac99e5 (diff) | |
| parent | 62f9be3bc246d8af459066978a4ee75d0ff10d88 (diff) | |
| download | tcl-64a63fa7c5594097d782968787ad37e46f9e4f5e.zip tcl-64a63fa7c5594097d782968787ad37e46f9e4f5e.tar.gz tcl-64a63fa7c5594097d782968787ad37e46f9e4f5e.tar.bz2 | |
Merge 8.7
Diffstat (limited to 'generic/tclExecute.c')
| -rw-r--r-- | generic/tclExecute.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclExecute.c b/generic/tclExecute.c index 2b197c6..923aae3 100644 --- a/generic/tclExecute.c +++ b/generic/tclExecute.c @@ -73,7 +73,7 @@ int tclTraceExec = 0; * expression opcodes (e.g., INST_LOR) in tclCompile.h. * * Does not include the string for INST_EXPON (and beyond), as that is - * disjoint for backward-compatability reasons. + * disjoint for backward-compatibility reasons. */ static const char *const operatorStrings[] = { |
