]> granicus.if.org Git - php/commitdiff
* typo
authorStig Bakken <ssb@php.net>
Fri, 21 Jun 2002 13:11:04 +0000 (13:11 +0000)
committerStig Bakken <ssb@php.net>
Fri, 21 Jun 2002 13:11:04 +0000 (13:11 +0000)
pear/PEAR/Command/Remote.php

index e373abb50a7209dd947015ef2311704f1d1e192b..b5a85d8a0664a92ae04d077199ad84c8695c4049 100644 (file)
@@ -345,7 +345,7 @@ version of DB is 1.2, the downloaded file will be DB-1.2.tgz.',
             $data['data'][] = array($package, $version, $fs);
         }
         if (empty($data['data'])) {
-            $this->ui->outputData('No upgrades avaible');
+            $this->ui->outputData('No upgrades available');
         } else {
             $this->ui->outputData($data, $command);
         }