aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Gilbert2015-07-22 19:56:48 -0400
committerPaul Gilbert2015-07-22 19:56:48 -0400
commit1a680ddb134a6fe2bb70a07c5bd08d3f833b66e2 (patch)
tree5aa1aa15acedde712459d915f3f00713edd0b534
parent4e5c8d35f7e133e2e72a846fdbd54900c91eeb73 (diff)
downloadscummvm-rg350-1a680ddb134a6fe2bb70a07c5bd08d3f833b66e2.tar.gz
scummvm-rg350-1a680ddb134a6fe2bb70a07c5bd08d3f833b66e2.tar.bz2
scummvm-rg350-1a680ddb134a6fe2bb70a07c5bd08d3f833b66e2.zip
SHERLOCK: RT: Fix spelling mistake
-rw-r--r--engines/sherlock/tattoo/widget_lab.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sherlock/tattoo/widget_lab.cpp b/engines/sherlock/tattoo/widget_lab.cpp
index cc0bae0e90..5824977e04 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 {