diff options
Diffstat (limited to 'generic')
-rw-r--r-- | generic/tkEvent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tkEvent.c b/generic/tkEvent.c index 463379a..51eca3a 100644 --- a/generic/tkEvent.c +++ b/generic/tkEvent.c @@ -2065,7 +2065,7 @@ TkFinalize( * TkFinalizeThread -- * * Runs our private thread exit handlers and removes itself from Tcl. - * This is benificial should we want to protect from dangling pointers + * This is beneficial should we want to protect from dangling pointers * should the Tk shared library be unloaded prior to Tcl which can happen * on Windows should the process be forcefully exiting from an exception * handler. |