diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-06-24 20:02:06 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-06-24 20:02:06 (GMT) |
| commit | 17e23452bfe9efb1a43b841b47af20b29e53d788 (patch) | |
| tree | b7999683fb5c9605800cfeb20283002ba59d1b97 /generic/tclExecute.c | |
| parent | 0ea8daaec8aab6fdebacaf71b35869d1e810bffa (diff) | |
| download | tcl-17e23452bfe9efb1a43b841b47af20b29e53d788.zip tcl-17e23452bfe9efb1a43b841b47af20b29e53d788.tar.gz tcl-17e23452bfe9efb1a43b841b47af20b29e53d788.tar.bz2 | |
typo's
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 739641b..25b9409 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[] = { |
