diff options
-rw-r--r-- | engines/scumm/script_v6.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/script_v6.cpp b/engines/scumm/script_v6.cpp index 56535d3210..31135e99d2 100644 --- a/engines/scumm/script_v6.cpp +++ b/engines/scumm/script_v6.cpp @@ -2232,7 +2232,7 @@ void ScummEngine_v6::o6_wait() { return; case 232: // SO_WAIT_FOR_TURN // WORKAROUND for bug #744441: An angle will often be received as the - // actor numnber due to script bugs in The Dig. In all cases where this + // actor number due to script bugs in The Dig. In all cases where this // occurs, _curActor is set just before it, so we can use it instead. // // For now, if the value passed in is divisible by 45, assume it is an |