aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/tattoo/tattoo_user_interface.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/tattoo_user_interface.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/tattoo_user_interface.cpp')
-rw-r--r--engines/sherlock/tattoo/tattoo_user_interface.cpp4
1 files changed, 2 insertions, 2 deletions
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")) {