diff options
author | Johannes Schickel | 2010-06-15 17:47:04 +0000 |
---|---|---|
committer | Johannes Schickel | 2010-06-15 17:47:04 +0000 |
commit | f3288b0f267672a6f9b0039cf9aeff514d2e42f8 (patch) | |
tree | 23137364a4e1719ba8d44b3a09fcd2a4c1230fc7 /common | |
parent | c9ba23f2b461c40c1b985faa4091c9363d20163c (diff) | |
download | scummvm-rg350-f3288b0f267672a6f9b0039cf9aeff514d2e42f8.tar.gz scummvm-rg350-f3288b0f267672a6f9b0039cf9aeff514d2e42f8.tar.bz2 scummvm-rg350-f3288b0f267672a6f9b0039cf9aeff514d2e42f8.zip |
Fix a typo.
svn-id: r49875
Diffstat (limited to 'common')
-rw-r--r-- | common/translation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/translation.h b/common/translation.h index 772e96fe58..ce65688884 100644 --- a/common/translation.h +++ b/common/translation.h @@ -131,7 +131,7 @@ public: /** * Converts the message into the terminal character set (which may be - * different than the GUI's "native" one. + * different than the GUI's "native" one). */ const char *convertTerm(const char *message); |