aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Hoops2007-06-20 17:52:24 +0000
committerMatthew Hoops2007-06-20 17:52:24 +0000
commit218a2da5d4e19089b6cb99199bb18493ef6e25af (patch)
treea6f34caaaf5d2bc056926e6146f6a0f7cd0eb2b6
parent5624ba23d0f399f2ac9bd2d143601687af64257e (diff)
downloadscummvm-rg350-218a2da5d4e19089b6cb99199bb18493ef6e25af.tar.gz
scummvm-rg350-218a2da5d4e19089b6cb99199bb18493ef6e25af.tar.bz2
scummvm-rg350-218a2da5d4e19089b6cb99199bb18493ef6e25af.zip
typo - (returh => return) -- jvprat
svn-id: r27558
-rw-r--r--common/system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/system.h b/common/system.h
index a54546f233..95f970d956 100644
--- a/common/system.h
+++ b/common/system.h
@@ -791,7 +791,7 @@ public:
//@{
/**
- * Returh the audio mixer. For more information, refer to the
+ * Return the audio mixer. For more information, refer to the
* Audio::Mixer documentation.
*/
virtual Audio::Mixer *getMixer() = 0;