]> granicus.if.org Git - php/commitdiff
typo
authorChristian Stocker <chregu@php.net>
Fri, 2 Nov 2001 17:57:17 +0000 (17:57 +0000)
committerChristian Stocker <chregu@php.net>
Fri, 2 Nov 2001 17:57:17 +0000 (17:57 +0000)
pear/PEAR/WebInstaller.php

index 14e48855d65cc11f9dc42d9ebeeb271db90dc2c8..a88bd554b8b242355699e5d849ecf8ee5b063523 100644 (file)
@@ -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)