[Scummvm-cvs-logs] SF.net SVN: scummvm:[38440] scummvm/trunk/common

wjpalenstijn at users.sourceforge.net wjpalenstijn at users.sourceforge.net
Tue Feb 17 20:54:11 CET 2009


Revision: 38440
          http://scummvm.svn.sourceforge.net/scummvm/?rev=38440&view=rev
Author:   wjpalenstijn
Date:     2009-02-17 19:54:11 +0000 (Tue, 17 Feb 2009)

Log Message:
-----------
typo

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

Modified: scummvm/trunk/common/config-manager.cpp
===================================================================
--- scummvm/trunk/common/config-manager.cpp	2009-02-17 19:53:04 UTC (rev 38439)
+++ scummvm/trunk/common/config-manager.cpp	2009-02-17 19:54:11 UTC (rev 38440)
@@ -128,7 +128,7 @@
 			if (*p == '\0')
 				error("Config file buggy: missing ] in line %d", lineno);
 			else if (*p != ']')
-				error("Config file buggy: Invalid character '%c' occured in section name in line %d", *p, lineno);
+				error("Config file buggy: Invalid character '%c' occurred in section name in line %d", *p, lineno);
 
 			domain = String(line.c_str() + 1, p);
 

Modified: scummvm/trunk/common/fs.h
===================================================================
--- scummvm/trunk/common/fs.h	2009-02-17 19:53:04 UTC (rev 38439)
+++ scummvm/trunk/common/fs.h	2009-02-17 19:54:11 UTC (rev 38440)
@@ -140,7 +140,7 @@
 	virtual String getDisplayName() const;
 
 	/**
-	 * Return a string representation of the name of the file. This is can be
+	 * Return a string representation of the name of the file. This can be
 	 * used e.g. by detection code that relies on matching the name of a given
 	 * file. But it is *not* suitable for use with fopen / File::open, nor
 	 * should it be archived.


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