]> granicus.if.org Git - php/commitdiff
* Typo fixes
authorMartin Jansen <mj@php.net>
Thu, 18 Mar 2004 12:21:28 +0000 (12:21 +0000)
committerMartin Jansen <mj@php.net>
Thu, 18 Mar 2004 12:21:28 +0000 (12:21 +0000)
pear/PEAR/Command/Mirror.php

index 223507c0fa4ddf1dd5631071de75bd412f070b70..4a6b43e1fb3e17ce93ed46081827edd4116f18e4 100644 (file)
@@ -34,13 +34,13 @@ class PEAR_Command_Mirror extends PEAR_Command_Common
 
     var $commands = array(
         'download-all' => array(
-            'summary' => 'Downloads each avaible Package from master_server',
+            'summary' => 'Downloads each available package from master_server',
             'function' => 'doDownloadAll',
             'shortcut' => 'da',
             'options' => array(),
             'doc' => '
-           Request a list of avaible Packages from the Package-Server
-           (master_server) and downloads them to current working dir'
+           Requests a list of available packages from the package server
+           (master_server) and downloads them to current working directory'
             ),
         );