diff options
author | Paul Gilbert | 2015-07-22 19:56:48 -0400 |
---|---|---|
committer | Paul Gilbert | 2015-07-22 19:56:48 -0400 |
commit | 1a680ddb134a6fe2bb70a07c5bd08d3f833b66e2 (patch) | |
tree | 5aa1aa15acedde712459d915f3f00713edd0b534 /engines | |
parent | 4e5c8d35f7e133e2e72a846fdbd54900c91eeb73 (diff) | |
download | scummvm-rg350-1a680ddb134a6fe2bb70a07c5bd08d3f833b66e2.tar.gz scummvm-rg350-1a680ddb134a6fe2bb70a07c5bd08d3f833b66e2.tar.bz2 scummvm-rg350-1a680ddb134a6fe2bb70a07c5bd08d3f833b66e2.zip |
SHERLOCK: RT: Fix spelling mistake
Diffstat (limited to 'engines')
-rw-r--r-- | engines/sherlock/tattoo/widget_lab.cpp | 2 |
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 { |