And for all of those who love recompiling most of ScummVM... fixed typo properly :-P

svn-id: r34188
This commit is contained in:
Johannes Schickel 2008-08-26 13:56:58 +00:00
parent 61f750832a
commit df5c0b6d0c

View file

@ -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);