diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-03-24 20:19:49 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-03-24 20:19:49 (GMT) |
| commit | e27c66d81aa3904b675aa2851d14444b44c9555e (patch) | |
| tree | a1b9c9fb440692f02f5b3a355e69ce695216cbf3 /generic/tclCompCmds.c | |
| parent | 5e0c34678e24c5ffe05c8a04f4395416067cefc1 (diff) | |
| download | tcl-e27c66d81aa3904b675aa2851d14444b44c9555e.zip tcl-e27c66d81aa3904b675aa2851d14444b44c9555e.tar.gz tcl-e27c66d81aa3904b675aa2851d14444b44c9555e.tar.bz2 | |
Fix [15e74a2fe6]: Fix various typos
Diffstat (limited to 'generic/tclCompCmds.c')
| -rw-r--r-- | generic/tclCompCmds.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclCompCmds.c b/generic/tclCompCmds.c index 306334b..1486920 100644 --- a/generic/tclCompCmds.c +++ b/generic/tclCompCmds.c @@ -3334,7 +3334,7 @@ TclCompileFormatCmd( * then return -1. * * Side effects: - * May add an entery into the table of compiled locals. + * May add an entry into the table of compiled locals. * *---------------------------------------------------------------------- */ |
