aboutsummaryrefslogtreecommitdiff
path: root/engines/groovie
diff options
context:
space:
mode:
authorAlexandre Detiste2016-02-14 10:27:44 +0100
committerAlexandre Detiste2016-02-15 18:27:02 +0100
commit6c298e964f7352d82b13d5f60d8e5cc638176dcd (patch)
tree5e90ad2065c7fbaa86e76b82a4ba5b1fc2bb5105 /engines/groovie
parenta12940c0a9d67ceb3e13a0b20f50000cc18841a3 (diff)
downloadscummvm-rg350-6c298e964f7352d82b13d5f60d8e5cc638176dcd.tar.gz
scummvm-rg350-6c298e964f7352d82b13d5f60d8e5cc638176dcd.tar.bz2
scummvm-rg350-6c298e964f7352d82b13d5f60d8e5cc638176dcd.zip
JANITORIAL: Typos detected with lintian & grep
Diffstat (limited to 'engines/groovie')
-rw-r--r--engines/groovie/groovie.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/groovie/groovie.cpp b/engines/groovie/groovie.cpp
index b42cf09245..2021cef6e8 100644
--- a/engines/groovie/groovie.cpp
+++ b/engines/groovie/groovie.cpp
@@ -69,7 +69,7 @@ GroovieEngine::GroovieEngine(OSystem *syst, const GroovieGameDescription *gd) :
// Initialize the custom debug levels
DebugMan.addDebugChannel(kDebugVideo, "Video", "Debug video and audio playback");
- DebugMan.addDebugChannel(kDebugResource, "Resource", "Debug resouce management");
+ DebugMan.addDebugChannel(kDebugResource, "Resource", "Debug resource management");
DebugMan.addDebugChannel(kDebugScript, "Script", "Debug the scripts");
DebugMan.addDebugChannel(kDebugUnknown, "Unknown", "Report values of unknown data in files");
DebugMan.addDebugChannel(kDebugHotspots, "Hotspots", "Show the hotspots");