]> granicus.if.org Git - php/commitdiff
typo
authorTomas V.V.Cox <cox@php.net>
Sun, 21 Apr 2002 01:32:03 +0000 (01:32 +0000)
committerTomas V.V.Cox <cox@php.net>
Sun, 21 Apr 2002 01:32:03 +0000 (01:32 +0000)
pear/PEAR/Common.php

index 47d127234680a00e264ae63106f9c0e315618384..bac56c87176ba7861a3c36082d35162bd90eebac 100644 (file)
@@ -873,7 +873,7 @@ class PEAR_Common extends PEAR
     // }}}
     // {{{ _infoFromAny()
 
-    function _infoFromAny($any)
+    function _infoFromAny($info)
     {
         if (is_string($info) && file_exists($info)) {
             $tmp = substr($info, -4);
@@ -1127,7 +1127,7 @@ class PEAR_Common extends PEAR
         }
         $deps = array();
         foreach ($info['filelist'] as $file => $fa) {
-            
+
         }
     }