[Scummvm-cvs-logs] SF.net SVN: scummvm:[34188] scummvm/trunk/common/str.h

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Tue Aug 26 15:56:59 CEST 2008


Revision: 34188
          http://scummvm.svn.sourceforge.net/scummvm/?rev=34188&view=rev
Author:   lordhoto
Date:     2008-08-26 13:56:58 +0000 (Tue, 26 Aug 2008)

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

Modified Paths:
--------------
    scummvm/trunk/common/str.h

Modified: scummvm/trunk/common/str.h
===================================================================
--- scummvm/trunk/common/str.h	2008-08-26 13:51:26 UTC (rev 34187)
+++ scummvm/trunk/common/str.h	2008-08-26 13:56:58 UTC (rev 34188)
@@ -218,7 +218,7 @@
 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);
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list