Update doc
authorAaron Schulz <aaron@users.mediawiki.org>
Sat, 5 Apr 2008 15:38:08 +0000 (15:38 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Sat, 5 Apr 2008 15:38:08 +0000 (15:38 +0000)
includes/filerepo/FileRepo.php

index 5956df9..dc0d0a8 100644 (file)
@@ -71,7 +71,7 @@ abstract class FileRepo {
        }
 
        /**
-        * Find an instance of the named file that existed at the specified time
+        * Find an instance of the named file created at the specified time
         * Returns false if the file did not exist. Repositories not supporting 
         * version control should return false if the time is specified.
         *