diff options
author | Johannes Schickel | 2008-08-26 13:51:26 +0000 |
---|---|---|
committer | Johannes Schickel | 2008-08-26 13:51:26 +0000 |
commit | 61f750832aeeb53439775ddb1d9bd82c2982695a (patch) | |
tree | e45b5e17733475bcd9a88c9c3ff3a1c21616dc53 /common | |
parent | cd3a904f78f57095dbf39fd900a3f3cb337db3e0 (diff) | |
download | scummvm-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
Diffstat (limited to 'common')
-rw-r--r-- | common/str.h | 2 |
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); |