From: Stig Bakken Date: Tue, 26 Nov 2002 23:17:22 +0000 (+0000) Subject: * fix typo X-Git-Tag: RELEASE_1_0b3~282 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=441a3e36120b50e45459f9ec845c70634f597cc5;p=php * fix typo --- diff --git a/pear/PEAR/Command/Registry.php b/pear/PEAR/Command/Registry.php index 7156319d06..97289da277 100644 --- a/pear/PEAR/Command/Registry.php +++ b/pear/PEAR/Command/Registry.php @@ -55,7 +55,7 @@ Tests if a package is installed in the system. Will exit(1) if it is not. 'function' => 'doInfo', 'shortcut' => 'in', 'options' => array(), - 'doc' => ' + 'doc' => ' Displays information about a package. The package argument may be a local package file, an URL to a package file, or the name of an installed package.'