Index: trunk/phase3/includes/filerepo/FileRepo.php |
— | — | @@ -71,7 +71,7 @@ |
72 | 72 | } |
73 | 73 | |
74 | 74 | /** |
75 | | - * Find an instance of the named file that existed at the specified time |
| 75 | + * Find an instance of the named file created at the specified time |
76 | 76 | * Returns false if the file did not exist. Repositories not supporting |
77 | 77 | * version control should return false if the time is specified. |
78 | 78 | * |