[Scummvm-cvs-logs] scummvm master -> 029bfc0c60c5ddea167b2a7fec1b85f8b382c6a2

clone2727 clone2727 at gmail.com
Tue May 3 22:07:34 CEST 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
029bfc0c60 COMMON: Fix spelling of 'Philips'


Commit: 029bfc0c60c5ddea167b2a7fec1b85f8b382c6a2
    https://github.com/scummvm/scummvm/commit/029bfc0c60c5ddea167b2a7fec1b85f8b382c6a2
Author: Matthew Hoops (clone2727 at gmail.com)
Date: 2011-05-03T12:55:40-07:00

Commit Message:
COMMON: Fix spelling of 'Philips'

Changed paths:
    common/util.cpp



diff --git a/common/util.cpp b/common/util.cpp
index 7ffd5e4..1248336 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 }
 };






More information about the Scummvm-git-logs mailing list