Skip to content

Commit ee3e642

Browse files
author
Anil Madhavapeddy
committed
fix error msg typo
1 parent d4fd1c0 commit ee3e642

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pear/PEAR/Command/Package.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ function doRunTests($command, $options, $params)
453453
if (!file_exists($run_tests)) {
454454
$run_tests = PEAR_INSTALL_DIR . DIRECTORY_SEPARATOR . 'run-tests.php';
455455
if (!file_exists($run_tests)) {
456-
return $this->raiseError("No `run-test.php' file found");
456+
return $this->raiseError("No `run-tests.php' file found");
457457
}
458458
}
459459
$plist = implode(" ", $params);
@@ -664,4 +664,4 @@ function doMakeRPM($command, $options, $params)
664664
// }}}
665665
}
666666

667-
?>
667+
?>

0 commit comments

Comments
 (0)