Index: trunk/phase3/includes/filerepo/OldLocalFile.php |
— | — | @@ -182,7 +182,7 @@ |
183 | 183 | |
184 | 184 | /** |
185 | 185 | * Determine if the current user is allowed to view a particular |
186 | | - * field of this FileStore image file, if it's marked as deleted. |
| 186 | + * field of this image file, if it's marked as deleted. |
187 | 187 | * @param int $field |
188 | 188 | * @return bool |
189 | 189 | */ |
Index: trunk/phase3/includes/filerepo/LocalFile.php |
— | — | @@ -1074,7 +1074,7 @@ |
1075 | 1075 | * |
1076 | 1076 | * @param $reason |
1077 | 1077 | * @param $suppress |
1078 | | - * @throws MWException or FSException on database or filestore failure |
| 1078 | + * @throws MWException or FSException on database or file store failure |
1079 | 1079 | * @return FileRepoStatus object. |
1080 | 1080 | */ |
1081 | 1081 | function deleteOld( $archiveName, $reason, $suppress=false ) { |