]> granicus.if.org Git - php/commitdiff
fix error msg typo
authorAnil Madhavapeddy <avsm@php.net>
Sun, 16 Feb 2003 01:31:46 +0000 (01:31 +0000)
committerAnil Madhavapeddy <avsm@php.net>
Sun, 16 Feb 2003 01:31:46 +0000 (01:31 +0000)
pear/PEAR/Command/Package.php

index cba77138de4c7445c6776fa5626d90189f5a28b6..0391f6e6ddb3ed73cca5738097f7a0ba3a5a4a41 100644 (file)
@@ -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
+?>