aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorMatthew Hoops2011-05-03 15:55:40 -0400
committerMatthew Hoops2011-05-03 15:55:40 -0400
commit029bfc0c60c5ddea167b2a7fec1b85f8b382c6a2 (patch)
tree1ecf310cee87ec6c9a815ee37d857fa39aedbe0d /common
parentb85fc8f190d4ffa8f694612bd877fcac0b34e387 (diff)
downloadscummvm-rg350-029bfc0c60c5ddea167b2a7fec1b85f8b382c6a2.tar.gz
scummvm-rg350-029bfc0c60c5ddea167b2a7fec1b85f8b382c6a2.tar.bz2
scummvm-rg350-029bfc0c60c5ddea167b2a7fec1b85f8b382c6a2.zip
COMMON: Fix spelling of 'Philips'
Diffstat (limited to 'common')
-rw-r--r--common/util.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/util.cpp b/common/util.cpp
index 7ffd5e45b1..1248336d08 100644
--- a/common/util.cpp
+++ b/common/util.cpp
@@ -213,7 +213,7 @@ const PlatformDescription g_platforms[] = {
{ "segacd", "segacd", "sega", "SegaCD", kPlatformSegaCD },
{ "windows", "win", "win", "Windows", kPlatformWindows },
{ "playstation", "psx", "psx", "Sony PlayStation", kPlatformPSX },
- { "cdi", "cdi", "cdi", "Phillips CD-i", kPlatformCDi },
+ { "cdi", "cdi", "cdi", "Philips CD-i", kPlatformCDi },
{ 0, 0, 0, "Default", kPlatformUnknown }
};