From: Anil Madhavapeddy Date: Sun, 16 Feb 2003 01:31:46 +0000 (+0000) Subject: fix error msg typo X-Git-Tag: RELEASE_0_5~989 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ee3e64267c030bb7cca73edb04c059a56db19d96;p=php fix error msg typo --- diff --git a/pear/PEAR/Command/Package.php b/pear/PEAR/Command/Package.php index cba77138de..0391f6e6dd 100644 --- a/pear/PEAR/Command/Package.php +++ b/pear/PEAR/Command/Package.php @@ -453,7 +453,7 @@ Wrote: /usr/src/redhat/RPMS/i386/PEAR::Net_Socket-1.0-1.i386.rpm if (!file_exists($run_tests)) { $run_tests = PEAR_INSTALL_DIR . DIRECTORY_SEPARATOR . 'run-tests.php'; if (!file_exists($run_tests)) { - return $this->raiseError("No `run-test.php' file found"); + return $this->raiseError("No `run-tests.php' file found"); } } $plist = implode(" ", $params); @@ -664,4 +664,4 @@ Wrote: /usr/src/redhat/RPMS/i386/PEAR::Net_Socket-1.0-1.i386.rpm // }}} } -?> \ No newline at end of file +?>