[Scummvm-cvs-logs] SF.net SVN: scummvm: [23435] scummvm/trunk/common/config-manager.cpp

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Thu Jul 20 22:37:39 CEST 2006


Revision: 23435
          http://svn.sourceforge.net/scummvm/?rev=23435&view=rev
Author:   eriktorbjorn
Date:     2006-07-08 13:20:07 -0700 (Sat, 08 Jul 2006)

Log Message:
-----------
Fixed typo in comment.

Modified Paths:
--------------
    scummvm/trunk/common/config-manager.cpp

Modified: scummvm/trunk/common/config-manager.cpp
===================================================================
--- scummvm/trunk/common/config-manager.cpp	2006-07-08 18:18:05 UTC (rev 23434)
+++ scummvm/trunk/common/config-manager.cpp	2006-07-08 20:20:07 UTC (rev 23435)
@@ -431,7 +431,7 @@
 	if (value.empty())
 		return 0;
 
-	// We zse the special value '0' for the base passed to strtol. Doing that
+	// We use the special value '0' for the base passed to strtol. Doing that
 	// makes it possible to enter hex values as "0x1234", but also decimal
 	// values ("123") are still valid.
 	int ivalue = (int)strtol(value.c_str(), &errpos, 0);






More information about the Scummvm-git-logs mailing list