From: Tomas V.V.Cox Date: Sun, 21 Apr 2002 01:32:03 +0000 (+0000) Subject: typo X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~529 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=929e8f81e32f6bdc6a053423b05976d5a9a89689;p=php typo --- diff --git a/pear/PEAR/Common.php b/pear/PEAR/Common.php index 47d1272346..bac56c8717 100644 --- a/pear/PEAR/Common.php +++ b/pear/PEAR/Common.php @@ -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) { - + } }