aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm
diff options
context:
space:
mode:
authorKari Salminen2008-12-04 18:14:36 +0000
committerKari Salminen2008-12-04 18:14:36 +0000
commit5b74ea3d440109006dd42753d8532dc404718c70 (patch)
tree7652d307e12ab2591df37577469d6be88b46932e /engines/scumm
parent54a8468188c3e152db6dc437b52f80396a6fe2a3 (diff)
downloadscummvm-rg350-5b74ea3d440109006dd42753d8532dc404718c70.tar.gz
scummvm-rg350-5b74ea3d440109006dd42753d8532dc404718c70.tar.bz2
scummvm-rg350-5b74ea3d440109006dd42753d8532dc404718c70.zip
Fix typo.
svn-id: r35237
Diffstat (limited to 'engines/scumm')
-rw-r--r--engines/scumm/palette.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/palette.cpp b/engines/scumm/palette.cpp
index fb0e55a2dc..6d6c499462 100644
--- a/engines/scumm/palette.cpp
+++ b/engines/scumm/palette.cpp
@@ -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) {