[Scummvm-cvs-logs] scummvm master -> 1a680ddb134a6fe2bb70a07c5bd08d3f833b66e2
dreammaster
dreammaster at scummvm.org
Thu Jul 23 01:57:37 CEST 2015
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:
1a680ddb13 SHERLOCK: RT: Fix spelling mistake
Commit: 1a680ddb134a6fe2bb70a07c5bd08d3f833b66e2
https://github.com/scummvm/scummvm/commit/1a680ddb134a6fe2bb70a07c5bd08d3f833b66e2
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2015-07-22T19:56:48-04:00
Commit Message:
SHERLOCK: RT: Fix spelling mistake
Changed paths:
engines/sherlock/tattoo/widget_lab.cpp
diff --git a/engines/sherlock/tattoo/widget_lab.cpp b/engines/sherlock/tattoo/widget_lab.cpp
index cc0bae0..5824977 100644
--- a/engines/sherlock/tattoo/widget_lab.cpp
+++ b/engines/sherlock/tattoo/widget_lab.cpp
@@ -114,7 +114,7 @@ void WidgetLab::handleEvents() {
}
}
} else if (!ui._bgShape->_name.compareToIgnoreCase("Exit")) {
- // Eexecut the Exit button's script, which will leave the scene
+ // Execute the Exit button's script, which will leave the scene
ui.lookAtObject();
}
} else {
More information about the Scummvm-git-logs
mailing list