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/tattoo_user_interface.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/sherlock/tattoo/tattoo_user_interface.cpp') diff --git a/engines/sherlock/tattoo/tattoo_user_interface.cpp b/engines/sherlock/tattoo/tattoo_user_interface.cpp index a3742109e8..75d436b0c0 100644 --- a/engines/sherlock/tattoo/tattoo_user_interface.cpp +++ b/engines/sherlock/tattoo/tattoo_user_interface.cpp @@ -342,7 +342,7 @@ void TattooUserInterface::doBgAnimRestoreUI() { if (scene._activeCAnim.active()) screen.restoreBackground(scene._activeCAnim._oldBounds); - // If a canimation just ended, remove it's graphics from the backbuffer + // If a canimation just ended, remove its graphics from the backbuffer if (scene._activeCAnim._removeBounds.width() > 0) screen.restoreBackground(scene._activeCAnim._removeBounds); } @@ -481,7 +481,7 @@ void TattooUserInterface::doStandardControl() { talk.initTalk(_bgFound); _activeObj = -1; } else if (!noDesc) { - // Either call the code to Look at it's Examine Field or call the Exit animation + // Either call the code to Look at its Examine Field or call the Exit animation // if the object is an exit, specified by the first four characters of the name being "EXIT" Common::String name = _personFound ? people[_bgFound - 1000]._name : _bgShape->_name; if (!name.hasPrefix("EXIT")) { -- cgit v1.2.3