Index: trunk/phase3/maintenance/parserTests.inc |
— | — | @@ -603,7 +603,7 @@ |
604 | 604 | } |
605 | 605 | |
606 | 606 | /** |
607 | | - * @desc delete the specified files, if they exist. |
| 607 | + * Delete the specified files, if they exist. |
608 | 608 | * @param array $files full paths to files to delete. |
609 | 609 | */ |
610 | 610 | private static function deleteFiles( $files ) { |
— | — | @@ -615,7 +615,7 @@ |
616 | 616 | } |
617 | 617 | |
618 | 618 | /** |
619 | | - * @desc delete the specified directories, if they exist. Must be empty. |
| 619 | + * Delete the specified directories, if they exist. Must be empty. |
620 | 620 | * @param array $dirs full paths to directories to delete. |
621 | 621 | */ |
622 | 622 | private static function deleteDirs( $dirs ) { |