summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
authorculler <culler>2021-05-01 22:38:35 (GMT)
committerculler <culler>2021-05-01 22:38:35 (GMT)
commit360c54216c8d0ceb0fb0268b55561798d2b7ab65 (patch)
tree56a370ab15cc7bb452b2e0ac817f5bce7183b35c /macosx
parentfac20f8890c7bd26715992c7a2f12a05c16c9b80 (diff)
downloadtk-360c54216c8d0ceb0fb0268b55561798d2b7ab65.zip
tk-360c54216c8d0ceb0fb0268b55561798d2b7ab65.tar.gz
tk-360c54216c8d0ceb0fb0268b55561798d2b7ab65.tar.bz2
Fix typo.
Diffstat (limited to 'macosx')
-rw-r--r--macosx/tkMacOSXKeyEvent.c2
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]) {