From 303bbe75d58b74dac6ef38c7bebf59f72fca42b1 Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Sat, 29 Aug 2015 21:30:55 +0200 Subject: SHERLOCK: Fix comment typos --- engines/sherlock/tattoo/widget_files.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/sherlock/tattoo/widget_files.cpp') 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); -- cgit v1.2.3