Index: trunk/phase3/includes/filerepo/FileRepo.php |
— | — | @@ -457,7 +457,7 @@ |
458 | 458 | * |
459 | 459 | * @param $srcPath String: the source path or URL |
460 | 460 | * @param $dstRel String: the destination relative path |
461 | | - * @param $archiveRel String: rhe relative path where the existing file is to |
| 461 | + * @param $archiveRel String: the relative path where the existing file is to |
462 | 462 | * be archived, if there is one. Relative to the public zone root. |
463 | 463 | * @param $flags Integer: bitfield, may be FileRepo::DELETE_SOURCE to indicate |
464 | 464 | * that the source file should be deleted if possible |