From: Christian Stocker Date: Fri, 2 Nov 2001 17:57:17 +0000 (+0000) Subject: typo X-Git-Tag: ChangeLog~443 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=288871505bcb1be190d21ba79a5be95f96d1a70a;p=php typo --- diff --git a/pear/PEAR/WebInstaller.php b/pear/PEAR/WebInstaller.php index 14e48855d6..a88bd554b8 100644 --- a/pear/PEAR/WebInstaller.php +++ b/pear/PEAR/WebInstaller.php @@ -353,7 +353,7 @@ class PEAR_WebInstaller extends PEAR $time = filemtime($this->installdir."/$PackageFile"); if ($time < (time () - $this->cachetime )) { - $this->logger("$PackageFile to old. Get new one."); + $this->logger("$PackageFile too old. Get new one."); $fp = @fopen($this->remotedir."/$PackageFile","r"); if (!$fp) { if ($useGz)