From 254456a4a68d28b7c6d63facde165f140ca4f602 Mon Sep 17 00:00:00 2001 From: Martin Jansen Date: Thu, 18 Mar 2004 12:21:28 +0000 Subject: [PATCH] * Typo fixes --- pear/PEAR/Command/Mirror.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pear/PEAR/Command/Mirror.php b/pear/PEAR/Command/Mirror.php index 223507c0fa..4a6b43e1fb 100644 --- a/pear/PEAR/Command/Mirror.php +++ b/pear/PEAR/Command/Mirror.php @@ -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' ), ); -- 2.50.1