[Scummvm-git-logs] scummvm master -> 26893730492305ee9fe26ac3b9747ee2deffdd05

sev- sev at scummvm.org
Mon Aug 21 10:47:05 CEST 2017


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
2689373049 JANITORIAL: Fix spelling error in comment


Commit: 26893730492305ee9fe26ac3b9747ee2deffdd05
    https://github.com/scummvm/scummvm/commit/26893730492305ee9fe26ac3b9747ee2deffdd05
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2017-08-21T10:47:10+02:00

Commit Message:
JANITORIAL: Fix spelling error in comment

Changed paths:
    graphics/macgui/macwindowmanager.cpp


diff --git a/graphics/macgui/macwindowmanager.cpp b/graphics/macgui/macwindowmanager.cpp
index 8eaf8e9..442c351 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;
 





More information about the Scummvm-git-logs mailing list