aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schickel2008-08-26 13:56:58 +0000
committerJohannes Schickel2008-08-26 13:56:58 +0000
commitdf5c0b6d0c899f029540598140ff32be135ceaff (patch)
tree173f47bb9e03ff21821e252e6c48cbed59364bd7
parent61f750832aeeb53439775ddb1d9bd82c2982695a (diff)
downloadscummvm-rg350-df5c0b6d0c899f029540598140ff32be135ceaff.tar.gz
scummvm-rg350-df5c0b6d0c899f029540598140ff32be135ceaff.tar.bz2
scummvm-rg350-df5c0b6d0c899f029540598140ff32be135ceaff.zip
And for all of those who love recompiling most of ScummVM... fixed typo properly :-P
svn-id: r34188
-rw-r--r--common/str.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/str.h b/common/str.h
index 2818b18503..663a819e70 100644
--- a/common/str.h
+++ b/common/str.h
@@ -218,7 +218,7 @@ String operator +(const String &x, const char *y);
String operator +(const String &x, char y);
String operator +(char x, const String &y);
-// Some useful additional comparsion operators for Strings
+// Some useful additional comparison operators for Strings
bool operator == (const char *x, const String &y);
bool operator != (const char *x, const String &y);