From 450deabd4536eb71671286e52e4b01a03a4e581a Mon Sep 17 00:00:00 2001 From: Strangerke Date: Sun, 14 Dec 2014 23:55:22 +0100 Subject: [PATCH] ACCESS: Fix a couple of typos in comments --- engines/access/amazon/amazon_room.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/engines/access/amazon/amazon_room.cpp b/engines/access/amazon/amazon_room.cpp index 10b622c73875..d026f7b6a5a3 100644 --- a/engines/access/amazon/amazon_room.cpp +++ b/engines/access/amazon/amazon_room.cpp @@ -204,8 +204,8 @@ void AmazonRoom::mainAreaClick() { void AmazonRoom::walkCursor() { // WORKAROUND: For scene 29, which is a normal walkable scene, but yet can be - // 'exitted'. This workaround ensures the scene will only be left if you click - // the Exit icon wgeb the cursor is already a walk cursor + // 'exited'. This workaround ensures the scene will only be left if you click + // the Exit icon when the cursor is already a walk cursor EventsManager &events = *_vm->_events; if (_vm->_events->_middleButton || (_vm->_player->_roomNumber == 29 &&