From 5c2ec6014a60d8d2935929cf28ee37e211f1e1bb Mon Sep 17 00:00:00 2001 From: auria Date: Sun, 28 Mar 2010 00:08:29 +0000 Subject: [PATCH] Typo fix git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5091 178a84e3-b1eb-0310-8ba1-8eac791a3b58 --- src/guiengine/event_handler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guiengine/event_handler.cpp b/src/guiengine/event_handler.cpp index 3fd98c62f..64cb45fd0 100644 --- a/src/guiengine/event_handler.cpp +++ b/src/guiengine/event_handler.cpp @@ -157,7 +157,7 @@ EventPropagation EventHandler::onGUIEvent(const SEvent& event) if (w->m_type == WTYPE_LIST) { // cheap way to remove the focus from the element (nope, IGUIEnv::removeFocus doesn't work) - // Obviously will not work if the list if the first item of the screen. + // Obviously will not work if the list is the first item of the screen. GUIEngine::getGUIEnv()->setFocus( getCurrentScreen()->getFirstWidget()->getIrrlichtElement() ); return EVENT_BLOCK; // confirms to irrLicht that we processed it }