From 61fdee0b426b0a64674d8780f7bf1719604b21a7 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Fri, 16 May 2003 09:51:59 +0000 Subject: [PATCH] Typo svn-id: r7568 --- scumm/actor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scumm/actor.cpp b/scumm/actor.cpp index cf975f695ac..005e69f5e89 100644 --- a/scumm/actor.cpp +++ b/scumm/actor.cpp @@ -1232,7 +1232,7 @@ void Actor::startWalkActor(int destX, int destY, int dir) { // FIXME: Should we really use abr.x / abr.y here? Shouldn't it be destX / destY? // Considering that abr was obtained by adjustXYToBeInBox which works on // the boxes in the *current* room no in the room the actor actually is in. - // Occurs in Monsyer Island 1 demo, after title name. + // Occurs in Monkey Island 1 demo, after title name. warning("When is this ever triggered anyway?"); x = abr.x; y = abr.y;