[Scummvm-cvs-logs] SF.net SVN: scummvm: [28956] scummvm/trunk/common/file.cpp

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Wed Sep 19 01:19:51 CEST 2007


Revision: 28956
          http://scummvm.svn.sourceforge.net/scummvm/?rev=28956&view=rev
Author:   lordhoto
Date:     2007-09-18 16:19:51 -0700 (Tue, 18 Sep 2007)

Log Message:
-----------
Fixed a typo. (Thanks to our Doctor for spotting it)

Modified Paths:
--------------
    scummvm/trunk/common/file.cpp

Modified: scummvm/trunk/common/file.cpp
===================================================================
--- scummvm/trunk/common/file.cpp	2007-09-18 23:17:37 UTC (rev 28955)
+++ scummvm/trunk/common/file.cpp	2007-09-18 23:19:51 UTC (rev 28956)
@@ -446,7 +446,7 @@
 	
 	// FIXME: since (as stated in the comment above) FilesystemNode creation
 	// just works for absolute paths, and we use this to tell if a file
-	// exsists in any of the setup paths so we ca not use:
+	// exists in any of the setup paths so we ca not use:
 	//return (!file.isDirectory() && file.exists());
 	// 
 	// I.e.:


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