[Scummvm-cvs-logs] SF.net SVN: scummvm:[35237] scummvm/trunk/engines/scumm/palette.cpp

buddha_ at users.sourceforge.net buddha_ at users.sourceforge.net
Thu Dec 4 19:14:36 CET 2008


Revision: 35237
          http://scummvm.svn.sourceforge.net/scummvm/?rev=35237&view=rev
Author:   buddha_
Date:     2008-12-04 18:14:36 +0000 (Thu, 04 Dec 2008)

Log Message:
-----------
Fix typo.

Modified Paths:
--------------
    scummvm/trunk/engines/scumm/palette.cpp

Modified: scummvm/trunk/engines/scumm/palette.cpp
===================================================================
--- scummvm/trunk/engines/scumm/palette.cpp	2008-12-04 12:46:51 UTC (rev 35236)
+++ scummvm/trunk/engines/scumm/palette.cpp	2008-12-04 18:14:36 UTC (rev 35237)
@@ -373,7 +373,7 @@
 }
 
 /**
- * Cycle the colors in the given palette in the intervael [cycleStart, cycleEnd]
+ * Cycle the colors in the given palette in the interval [cycleStart, cycleEnd]
  * either one step forward or backward.
  */
 static void doCyclePalette(byte *palette, int cycleStart, int cycleEnd, int size, bool forward) {


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