diff options
author | Matthew Hoops | 2007-06-20 17:52:24 +0000 |
---|---|---|
committer | Matthew Hoops | 2007-06-20 17:52:24 +0000 |
commit | 218a2da5d4e19089b6cb99199bb18493ef6e25af (patch) | |
tree | a6f34caaaf5d2bc056926e6146f6a0f7cd0eb2b6 /common | |
parent | 5624ba23d0f399f2ac9bd2d143601687af64257e (diff) | |
download | scummvm-rg350-218a2da5d4e19089b6cb99199bb18493ef6e25af.tar.gz scummvm-rg350-218a2da5d4e19089b6cb99199bb18493ef6e25af.tar.bz2 scummvm-rg350-218a2da5d4e19089b6cb99199bb18493ef6e25af.zip |
typo - (returh => return) -- jvprat
svn-id: r27558
Diffstat (limited to 'common')
-rw-r--r-- | common/system.h | 2 |
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; |