diff options
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 { |