diff options
author | Eugene Sandulenko | 2017-08-21 09:20:48 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2017-08-21 10:47:10 +0200 |
commit | 26893730492305ee9fe26ac3b9747ee2deffdd05 (patch) | |
tree | c83cb22eb4538cbb40b0057825f5ad6a3390f011 /graphics | |
parent | cae614a4dc883fc27ddf0af718088af65c4651e3 (diff) | |
download | scummvm-rg350-26893730492305ee9fe26ac3b9747ee2deffdd05.tar.gz scummvm-rg350-26893730492305ee9fe26ac3b9747ee2deffdd05.tar.bz2 scummvm-rg350-26893730492305ee9fe26ac3b9747ee2deffdd05.zip |
JANITORIAL: Fix spelling error in comment
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/macgui/macwindowmanager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/macgui/macwindowmanager.cpp b/graphics/macgui/macwindowmanager.cpp index 8eaf8e9f5b..442c351383 100644 --- a/graphics/macgui/macwindowmanager.cpp +++ b/graphics/macgui/macwindowmanager.cpp @@ -304,7 +304,7 @@ void MacWindowManager::draw() { } bool MacWindowManager::processEvent(Common::Event &event) { - // Menu gets events first fir shortcuts and menu bar + // Menu gets events first for shortcuts and menu bar if (_menu && _menu->processEvent(event)) return true; |