Fix typo.

svn-id: r35237
This commit is contained in:
Kari Salminen 2008-12-04 18:14:36 +00:00
parent 54a8468188
commit 5b74ea3d44

View File

@ -373,7 +373,7 @@ void ScummEngine::stopCycle(int i) {
}
/**
* 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) {