diff options
author | fvogel <fvogelnew1@free.fr> | 2020-07-08 20:40:13 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2020-07-08 20:40:13 (GMT) |
commit | 09329962c189c0d1906e761169e968afee62158d (patch) | |
tree | a1e32dcbe5897e1211e7cd4f98c0829f014139b1 /macosx/tkMacOSXKeyEvent.c | |
parent | 07515d78a3338310802f115886c4cfa80acc1795 (diff) | |
parent | 3018d78340026597655745f383e8f4c2e4e9505d (diff) | |
download | tk-09329962c189c0d1906e761169e968afee62158d.zip tk-09329962c189c0d1906e761169e968afee62158d.tar.gz tk-09329962c189c0d1906e761169e968afee62158d.tar.bz2 |
Fix [34214bbdae]: typographical fixes in comments. Thanks to Christopher Chavez.
Diffstat (limited to 'macosx/tkMacOSXKeyEvent.c')
-rw-r--r-- | macosx/tkMacOSXKeyEvent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/tkMacOSXKeyEvent.c b/macosx/tkMacOSXKeyEvent.c index cd369ed..9a6e609 100644 --- a/macosx/tkMacOSXKeyEvent.c +++ b/macosx/tkMacOSXKeyEvent.c @@ -788,7 +788,7 @@ TkMacOSXGetModalSession(void) * This enables correct placement of the popups used for character * selection by the NSTextInputClient. It gets called by text entry * widgets whenever the cursor is drawn. It does nothing if the widget's - * NSWindow is not the current KeyWindow. Otherwise it udpates the + * NSWindow is not the current KeyWindow. Otherwise it updates the * display's caret structure and records the caret geometry in static * variables for use by the NSTextInputClient implementation. Any * widget passed to this function will be marked as being able to input |