From 3afcc0bbf048878003303a67faa656a216618513 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 31 Jan 2003 04:08:02 +0000 Subject: [PATCH] fix comment --- src/bindings.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.45.2