aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/system.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/system.cpp b/common/system.cpp
index 7e26940d9e..68a1fd9b14 100644
--- a/common/system.cpp
+++ b/common/system.cpp
@@ -76,7 +76,7 @@ bool OSystem::setGraphicsMode(const char *name) {
if (!name)
return false;
- // Sepcial case for the 'default' filter
+ // Special case for the 'default' filter
if (!scumm_stricmp(name, "normal") || !scumm_stricmp(name, "default")) {
return setGraphicsMode(getDefaultGraphicsMode());
}