[Scummvm-cvs-logs] SF.net SVN: scummvm:[36041] scummvm/trunk/backends/fs/abstract-fs.h

joostp at users.sourceforge.net joostp at users.sourceforge.net
Sat Jan 24 21:35:17 CET 2009


Revision: 36041
          http://scummvm.svn.sourceforge.net/scummvm/?rev=36041&view=rev
Author:   joostp
Date:     2009-01-24 20:35:16 +0000 (Sat, 24 Jan 2009)

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

Modified Paths:
--------------
    scummvm/trunk/backends/fs/abstract-fs.h

Modified: scummvm/trunk/backends/fs/abstract-fs.h
===================================================================
--- scummvm/trunk/backends/fs/abstract-fs.h	2009-01-24 19:33:18 UTC (rev 36040)
+++ scummvm/trunk/backends/fs/abstract-fs.h	2009-01-24 20:35:16 UTC (rev 36041)
@@ -50,7 +50,7 @@
 	 * Returns the child node with the given name. When called on a non-directory
 	 * node, it should handle this gracefully by returning 0.
 	 * When called with a name not matching any of the files/dirs contained in this
-	 * directory, a valid node shold be returned, which returns 'false' upon calling
+	 * directory, a valid node should be returned, which returns 'false' upon calling
 	 * the exists() method. The idea is that this node can then still can be used to
 	 * create a new file via the createWriteStream() method.
 	 *


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