From: Stig Bakken Date: Fri, 21 Jun 2002 13:11:04 +0000 (+0000) Subject: * typo X-Git-Tag: php-4.3.0dev_zend2_alpha2~167 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7914985b1a7fe3ed64f660c68c8b67fba9579f75;p=php * typo --- diff --git a/pear/PEAR/Command/Remote.php b/pear/PEAR/Command/Remote.php index e373abb50a..b5a85d8a06 100644 --- a/pear/PEAR/Command/Remote.php +++ b/pear/PEAR/Command/Remote.php @@ -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); }