diff options
author | Alexandre Detiste | 2016-10-31 09:56:43 +0100 |
---|---|---|
committer | Alexandre Detiste | 2016-10-31 09:56:43 +0100 |
commit | f8388db32b26b1ca9ef109e1c0d83a04c052d9b5 (patch) | |
tree | 2931e441b9d828b3f107ff75f3e9b8f572a00f30 /engines/lab | |
parent | b34e784c8a6f76f034ebfa62d1c95c809e5414b4 (diff) | |
download | scummvm-rg350-f8388db32b26b1ca9ef109e1c0d83a04c052d9b5.tar.gz scummvm-rg350-f8388db32b26b1ca9ef109e1c0d83a04c052d9b5.tar.bz2 scummvm-rg350-f8388db32b26b1ca9ef109e1c0d83a04c052d9b5.zip |
JANITORIAL: Typos
I've not fixed this one, maybe it's on purpose:
RELASE -> RELEASE
engines/mads/staticres.cpp:const char *const kGameReleaseTitleStr =
"GAME RELASE VERSION INFO";
Diffstat (limited to 'engines/lab')
-rw-r--r-- | engines/lab/console.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/lab/console.cpp b/engines/lab/console.cpp index 20b1f5645b..a90c2605a7 100644 --- a/engines/lab/console.cpp +++ b/engines/lab/console.cpp @@ -81,7 +81,7 @@ bool Console::Cmd_DumpSceneResources(int argc, const char **argv) { "ResetBuffer", "SpecialCmd", "CShowMessage", "PlaySoundNoWait" }; - debugPrintf("Room mesage: %s\n", roomData->_roomMsg.c_str()); + debugPrintf("Room message: %s\n", roomData->_roomMsg.c_str()); debugPrintf("Transition: %s (%d)\n", transitions[roomData->_transitionType], roomData->_transitionType); debugPrintf("Script:\n"); |