aboutsummaryrefslogtreecommitdiff
path: root/engines/mads
diff options
context:
space:
mode:
authorEugene Sandulenko2016-02-15 18:31:50 +0100
committerEugene Sandulenko2016-02-15 18:31:50 +0100
commit6c895643aa743bcb0f99841c580c9581648a2864 (patch)
tree543c2de776ef0d83d33bb3ceea8c2e7afbf58325 /engines/mads
parenta0213fe06128d4bf34f7e47484c4130ae2543afa (diff)
parent6c298e964f7352d82b13d5f60d8e5cc638176dcd (diff)
downloadscummvm-rg350-6c895643aa743bcb0f99841c580c9581648a2864.tar.gz
scummvm-rg350-6c895643aa743bcb0f99841c580c9581648a2864.tar.bz2
scummvm-rg350-6c895643aa743bcb0f99841c580c9581648a2864.zip
Merge pull request #667 from a-detiste/master
JANITORIAL: Typos detected with lintian & grep
Diffstat (limited to 'engines/mads')
-rw-r--r--engines/mads/msurface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mads/msurface.h b/engines/mads/msurface.h
index 80891afb83..8930737b0a 100644
--- a/engines/mads/msurface.h
+++ b/engines/mads/msurface.h
@@ -56,7 +56,7 @@ protected:
bool _freeFlag;
public:
/**
- * Sets the engine refrence used all surfaces
+ * Sets the engine reference used all surfaces
*/
static void setVm(MADSEngine *vm) { _vm = vm; }