aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/tattoo/widget_files.cpp
diff options
context:
space:
mode:
authorTorbjörn Andersson2015-08-29 21:30:55 +0200
committerTorbjörn Andersson2015-08-29 21:30:55 +0200
commit303bbe75d58b74dac6ef38c7bebf59f72fca42b1 (patch)
tree129261a657130c5ad9cec323f5fabfe865a67558 /engines/sherlock/tattoo/widget_files.cpp
parente734bb5078055521e04508ce19c5766b36817300 (diff)
downloadscummvm-rg350-303bbe75d58b74dac6ef38c7bebf59f72fca42b1.tar.gz
scummvm-rg350-303bbe75d58b74dac6ef38c7bebf59f72fca42b1.tar.bz2
scummvm-rg350-303bbe75d58b74dac6ef38c7bebf59f72fca42b1.zip
SHERLOCK: Fix comment typos
Diffstat (limited to 'engines/sherlock/tattoo/widget_files.cpp')
-rw-r--r--engines/sherlock/tattoo/widget_files.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sherlock/tattoo/widget_files.cpp b/engines/sherlock/tattoo/widget_files.cpp
index 606c8210b0..c9a20b0f8a 100644
--- a/engines/sherlock/tattoo/widget_files.cpp
+++ b/engines/sherlock/tattoo/widget_files.cpp
@@ -58,7 +58,7 @@ void WidgetFiles::show(SaveMode mode) {
(FILES_LINES_COUNT + 1) + 17);
_bounds.moveTo(mousePos.x - _bounds.width() / 2, mousePos.y - _bounds.height() / 2);
- // Create the surface and render it's contents
+ // Create the surface and render its contents
_surface.create(_bounds.width(), _bounds.height());
render(RENDER_ALL);