aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorJohannes Schickel2010-06-15 17:47:04 +0000
committerJohannes Schickel2010-06-15 17:47:04 +0000
commitf3288b0f267672a6f9b0039cf9aeff514d2e42f8 (patch)
tree23137364a4e1719ba8d44b3a09fcd2a4c1230fc7 /common
parentc9ba23f2b461c40c1b985faa4091c9363d20163c (diff)
downloadscummvm-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.h2
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);