From ee3e64267c030bb7cca73edb04c059a56db19d96 Mon Sep 17 00:00:00 2001 From: Anil Madhavapeddy Date: Sun, 16 Feb 2003 01:31:46 +0000 Subject: [PATCH] fix error msg typo --- pear/PEAR/Command/Package.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +?> -- 2.50.1