summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/bindings.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bindings.cc b/src/bindings.cc
index a3694102..fcbff769 100644
--- a/src/bindings.cc
+++ b/src/bindings.cc
@@ -442,7 +442,7 @@ void Bindings::fireKey(int screen, unsigned int modifiers, unsigned int key,
_timer = new otk::Timer(5000, // 5 second timeout
(otk::Timer::TimeoutHandler)resetChains,
this);
- // grab the server here to make sure no key pressed go missed
+ // grab the server here to make sure no key presses get missed
otk::display->grab();
grabKeys(false);
_curpos = p;