summaryrefslogtreecommitdiff
path: root/pear
diff options
context:
space:
mode:
authorStig Bakken <ssb@php.net>2002-11-26 23:17:22 +0000
committerStig Bakken <ssb@php.net>2002-11-26 23:17:22 +0000
commit441a3e36120b50e45459f9ec845c70634f597cc5 (patch)
treebb4078af178ca036314a6c261bf678a87a7e4613 /pear
parent9f927c1a2e6ac8e07480e886b2fb6943d2d49e35 (diff)
downloadphp-git-441a3e36120b50e45459f9ec845c70634f597cc5.tar.gz
* fix typo
Diffstat (limited to 'pear')
-rw-r--r--pear/PEAR/Command/Registry.php2
1 files changed, 1 insertions, 1 deletions
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' => '<pacakge>
+ 'doc' => '<package>
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.'