aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/avalanche.cpp
diff options
context:
space:
mode:
authorStrangerke2013-09-05 01:36:10 +0200
committerStrangerke2013-09-05 01:36:10 +0200
commitd52c41011846c363e7507c723ef81b1b0b55909a (patch)
tree7d2c398b3d28fa4e09c5f31d70754b9f23715cb2 /engines/avalanche/avalanche.cpp
parent17033bdc2d1fb27e25342ad3afb69bb00750a4fc (diff)
downloadscummvm-rg350-d52c41011846c363e7507c723ef81b1b0b55909a.tar.gz
scummvm-rg350-d52c41011846c363e7507c723ef81b1b0b55909a.tar.bz2
scummvm-rg350-d52c41011846c363e7507c723ef81b1b0b55909a.zip
AVALANCHE: Fix systematic typo in comments
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. */