diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-11-20 09:56:25 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-11-20 09:56:25 (GMT) |
commit | 73cd4c1a39143ee2ad2c2bb4dcb84ef52d196797 (patch) | |
tree | c7c16268b88479d7f5ee98bdb0bfb5eaf6fae8ea /generic/tkEvent.c | |
parent | 4197b73f60e37fcdbbc3dc13b73b44572d540935 (diff) | |
download | tk-73cd4c1a39143ee2ad2c2bb4dcb84ef52d196797.zip tk-73cd4c1a39143ee2ad2c2bb4dcb84ef52d196797.tar.gz tk-73cd4c1a39143ee2ad2c2bb4dcb84ef52d196797.tar.bz2 |
typo
Diffstat (limited to 'generic/tkEvent.c')
-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. |