aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schickel2008-08-26 13:51:26 +0000
committerJohannes Schickel2008-08-26 13:51:26 +0000
commit61f750832aeeb53439775ddb1d9bd82c2982695a (patch)
treee45b5e17733475bcd9a88c9c3ff3a1c21616dc53
parentcd3a904f78f57095dbf39fd900a3f3cb337db3e0 (diff)
downloadscummvm-rg350-61f750832aeeb53439775ddb1d9bd82c2982695a.tar.gz
scummvm-rg350-61f750832aeeb53439775ddb1d9bd82c2982695a.tar.bz2
scummvm-rg350-61f750832aeeb53439775ddb1d9bd82c2982695a.zip
Fixed typo. (Thanks to salty-horse for spotting it).
svn-id: r34187
-rw-r--r--common/str.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/str.h b/common/str.h
index 2767351455..2818b18503 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 comparision operators for Strings
+// Some useful additional comparsion operators for Strings
bool operator == (const char *x, const String &y);
bool operator != (const char *x, const String &y);