From f02ec1d7ea7a5d45d3d8e31b83ac20a208475fad Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Sat, 8 Mar 2008 19:37:43 +0000 Subject: Fix some typos. (and I thought DrMcCoy does this usualy...) svn-id: r31067 --- engines/kyra/script_v1.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/engines/kyra/script_v1.cpp b/engines/kyra/script_v1.cpp index acd065ee7c..97262ee4d1 100644 --- a/engines/kyra/script_v1.cpp +++ b/engines/kyra/script_v1.cpp @@ -1133,8 +1133,8 @@ int KyraEngine_v1::o1_setLogicPage(ScriptState *script) { int KyraEngine_v1::o1_fatPrint(ScriptState *script) { debugC(3, kDebugLevelScriptFuncs, "KyraEngine_v1::o1_fatPrint(%p) ('%s', %d, %d, %d, %d, %d)", (const void *)script, stackPosString(0), stackPos(1), stackPos(2), stackPos(3), stackPos(4), stackPos(5)); - // Workround for bug #1582672 ("KYRA1: Text crippled and drawn wrong") - // I'm not sure how the original handels this, since it seems to call + // Workaround for bug #1582672 ("KYRA1: Text crippled and drawn wrong") + // I'm not sure how the original handles this, since it seems to call // printText also, maybe it fails somewhere inside... // TODO: fix the reason for this workaround if (_currentRoom == 117) -- cgit v1.2.3