aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Sandulenko2015-11-09 00:44:57 +0100
committerEugene Sandulenko2015-11-09 00:45:52 +0100
commit18bc506a210889f1592ba95f66871b6935c1e37f (patch)
tree62a316eebce36b8b901f9c31141892e8ec0fe221
parent4fcc842b832a0eb819cb47a894986a41bd612fbc (diff)
downloadscummvm-rg350-18bc506a210889f1592ba95f66871b6935c1e37f.tar.gz
scummvm-rg350-18bc506a210889f1592ba95f66871b6935c1e37f.tar.bz2
scummvm-rg350-18bc506a210889f1592ba95f66871b6935c1e37f.zip
ENGINES: Fix typo
-rw-r--r--engines/engine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/engine.cpp b/engines/engine.cpp
index 1956322fc7..54fe1777df 100644
--- a/engines/engine.cpp
+++ b/engines/engine.cpp
@@ -242,7 +242,7 @@ void initCommonGFX(bool defaultTo1XScaler) {
g_system->setFeatureState(OSystem::kFeatureFullscreenMode, ConfMan.getBool("fullscreen"));
}
-// Please leave the splashscreen in wokring order for your releases, even if they're commercial.
+// Please leave the splash screen in working order for your releases, even if they're commercial.
// This is a proper and good way to show your appreciation for our hard work over these years.
bool splash = false;