aboutsummaryrefslogtreecommitdiff
path: root/scumm/gfx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/gfx.cpp')
-rw-r--r--scumm/gfx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/gfx.cpp b/scumm/gfx.cpp
index 00e2074d79..6a03e4cfb7 100644
--- a/scumm/gfx.cpp
+++ b/scumm/gfx.cpp
@@ -350,7 +350,7 @@ void ScummEngine::updateDirtyRect(int virt, int left, int right, int top, int bo
setGfxUsageBit(lp, dirtybit);
}
- // The following code used to be in the seperate method setVirtscreenDirty
+ // The following code used to be in the separate method setVirtscreenDirty
lp = left >> 3;
rp = right >> 3;