aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/avalanche.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/avalanche/avalanche.cpp')
-rw-r--r--engines/avalanche/avalanche.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/avalanche/avalanche.cpp b/engines/avalanche/avalanche.cpp
index d6145819c3..c6ca485b97 100644
--- a/engines/avalanche/avalanche.cpp
+++ b/engines/avalanche/avalanche.cpp
@@ -690,7 +690,7 @@ Common::Error AvalancheEngine::run() {
_zoomy = true;
// Don't call the menu by default. Might be modified later, if get_slope() gets implemented,
- // becouse zoomy's value is given there. Not sure yet what "zoomy" stands for.
+ // because zoomy's value is given there. Not sure yet what "zoomy" stands for.
if (!_zoomy)
callMenu(); /* Not run when zoomy. */