diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-03-24 20:47:40 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-03-24 20:47:40 (GMT) |
| commit | 220282500becbcb9dc9124b8cca053fb6ed1a4b8 (patch) | |
| tree | e1aef50a305c32bf06bd3b7b0e6f2175c7838da9 /generic/tclEvent.c | |
| parent | b726273bbea296990f6c4c7e98a213f56ce07bc5 (diff) | |
| parent | e27c66d81aa3904b675aa2851d14444b44c9555e (diff) | |
| download | tcl-220282500becbcb9dc9124b8cca053fb6ed1a4b8.zip tcl-220282500becbcb9dc9124b8cca053fb6ed1a4b8.tar.gz tcl-220282500becbcb9dc9124b8cca053fb6ed1a4b8.tar.bz2 | |
Merge 8.6
Diffstat (limited to 'generic/tclEvent.c')
| -rw-r--r-- | generic/tclEvent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclEvent.c b/generic/tclEvent.c index 1e2e7bf..8729add 100644 --- a/generic/tclEvent.c +++ b/generic/tclEvent.c @@ -967,7 +967,7 @@ Tcl_Exit( /* * Warning: this function SHOULD NOT return, as there is code that depends * on Tcl_Exit never returning. In fact, we will Tcl_Panic if anyone - * returns, so critical is this dependcy. + * returns, so critical is this dependency. * * If subsystems are not (yet) initialized, proper Tcl-finalization is * impossible, so fallback to system exit, see bug-[f8a33ce3db5d8cc2]. |
