From 029bfc0c60c5ddea167b2a7fec1b85f8b382c6a2 Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Tue, 3 May 2011 15:55:40 -0400 Subject: COMMON: Fix spelling of 'Philips' --- common/util.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } }; -- cgit v1.2.3