[Scummvm-git-logs] scummvm master -> b8224c56521fd497cd6d1e884a20b5a33ae6bf74

eriktorbjorn noreply at scummvm.org
Thu Oct 10 20:05:00 UTC 2024


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:
b8224c5652 SCUMM: MACGUI: Fix comment typo


Commit: b8224c56521fd497cd6d1e884a20b5a33ae6bf74
    https://github.com/scummvm/scummvm/commit/b8224c56521fd497cd6d1e884a20b5a33ae6bf74
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2024-10-10T22:04:49+02:00

Commit Message:
SCUMM: MACGUI: Fix comment typo

Changed paths:
    engines/scumm/macgui/macgui_loom.cpp


diff --git a/engines/scumm/macgui/macgui_loom.cpp b/engines/scumm/macgui/macgui_loom.cpp
index 7c0453543c3..47b6bab6542 100644
--- a/engines/scumm/macgui/macgui_loom.cpp
+++ b/engines/scumm/macgui/macgui_loom.cpp
@@ -261,7 +261,7 @@ bool MacLoomGui::handleMenu(int id, Common::String &name) {
 }
 
 void MacLoomGui::runAboutDialog() {
-	// The About window is not a a dialog resource. Its size appears to be
+	// The About window is not a dialog resource. Its size appears to be
 	// hard-coded (416x166), and it's drawn centered. The graphics are in
 	// PICT 5000 and 5001.
 




More information about the Scummvm-git-logs mailing list