[Scummvm-cvs-logs] SF.net SVN: scummvm:[54287] scummvm/trunk/graphics/scaler/aspect.cpp

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Wed Nov 17 13:21:37 CET 2010


Revision: 54287
          http://scummvm.svn.sourceforge.net/scummvm/?rev=54287&view=rev
Author:   fingolfin
Date:     2010-11-17 12:21:37 +0000 (Wed, 17 Nov 2010)

Log Message:
-----------
GRAPHICS: colour -> color

Modified Paths:
--------------
    scummvm/trunk/graphics/scaler/aspect.cpp

Modified: scummvm/trunk/graphics/scaler/aspect.cpp
===================================================================
--- scummvm/trunk/graphics/scaler/aspect.cpp	2010-11-17 12:13:23 UTC (rev 54286)
+++ scummvm/trunk/graphics/scaler/aspect.cpp	2010-11-17 12:21:37 UTC (rev 54287)
@@ -114,7 +114,7 @@
 	int m = real2Aspect(y) % 6;
 
 	// Ensure that the rect will start on a line that won't have its
-	// colours changed by the stretching function.
+	// colors changed by the stretching function.
 	if (m != 0 && m != 5) {
 		y -= m;
 		h += m;


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list