From: Aaron Schulz Date: Sat, 5 Apr 2008 15:38:08 +0000 (+0000) Subject: Update doc X-Git-Tag: 1.31.0-rc.0~48608 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=a880e2ec58eae3d889a7e402e2ecfb46c0309089;p=lhc%2Fweb%2Fwiklou.git Update doc --- diff --git a/includes/filerepo/FileRepo.php b/includes/filerepo/FileRepo.php index 5956df91a9..dc0d0a8040 100644 --- a/includes/filerepo/FileRepo.php +++ b/includes/filerepo/FileRepo.php @@ -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. *