aboutsummaryrefslogtreecommitdiff
path: root/engines/tinsel/scroll.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tinsel/scroll.cpp')
-rw-r--r--engines/tinsel/scroll.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/tinsel/scroll.cpp b/engines/tinsel/scroll.cpp
index 7637664163..d75e649be3 100644
--- a/engines/tinsel/scroll.cpp
+++ b/engines/tinsel/scroll.cpp
@@ -416,7 +416,7 @@ void ScrollProcess(CORO_PARAM, const void *) {
CORO_BEGIN_CODE(_ctx);
// In Tinsel v2, scenes may play movies, so the background may not always
- // already be initialised like it is in v1
+ // already be initialized like it is in v1
while (!GetBgObject())
CORO_SLEEP(1);