diff options
Diffstat (limited to 'engines/mads/msurface.h')
-rw-r--r-- | engines/mads/msurface.h | 2 |
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; } |