diff options
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 5bf4f33..de21dfc 100644 --- a/macosx/tkMacOSXKeyEvent.c +++ b/macosx/tkMacOSXKeyEvent.c @@ -270,7 +270,7 @@ static NSUInteger textInputModifiers; /* * Finally we can queue the XEvent, inserting a KeyRelease before a - * repeated KeyPress, + * repeated KeyPress. */ if (type == NSKeyDown && [theEvent isARepeat]) { |