summaryrefslogtreecommitdiff
path: root/src/bindings.cc
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-31 04:08:02 +0000
committerDana Jansens <danakj@orodu.net>2003-01-31 04:08:02 +0000
commit3afcc0bbf048878003303a67faa656a216618513 (patch)
tree5d8a7b26078840a7e9e75e34b933bb9c0951c6b2 /src/bindings.cc
parentf32ddbbf628b6a27bf2a85f9e98c70e2661c3a1d (diff)
fix comment
Diffstat (limited to 'src/bindings.cc')
-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;