From 288871505bcb1be190d21ba79a5be95f96d1a70a Mon Sep 17 00:00:00 2001 From: Christian Stocker Date: Fri, 2 Nov 2001 17:57:17 +0000 Subject: [PATCH] typo --- pear/PEAR/WebInstaller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.50.1