diff options
author | culler <culler> | 2021-05-01 22:38:35 (GMT) |
---|---|---|
committer | culler <culler> | 2021-05-01 22:38:35 (GMT) |
commit | 360c54216c8d0ceb0fb0268b55561798d2b7ab65 (patch) | |
tree | 56a370ab15cc7bb452b2e0ac817f5bce7183b35c | |
parent | fac20f8890c7bd26715992c7a2f12a05c16c9b80 (diff) | |
download | tk-360c54216c8d0ceb0fb0268b55561798d2b7ab65.zip tk-360c54216c8d0ceb0fb0268b55561798d2b7ab65.tar.gz tk-360c54216c8d0ceb0fb0268b55561798d2b7ab65.tar.bz2 |
Fix typo.
-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]) { |