diff options
| author | Stig Bakken <ssb@php.net> | 2002-05-14 12:34:49 +0000 | 
|---|---|---|
| committer | Stig Bakken <ssb@php.net> | 2002-05-14 12:34:49 +0000 | 
| commit | b45e7182a0880b321c63058cba970b541bb04976 (patch) | |
| tree | 4cb50b7cf98c040ac40ef194e0e501d94b1a6624 | |
| parent | 46c5e3bc6f6f968e4daf57bd221be59cebe80189 (diff) | |
| download | php-git-b45e7182a0880b321c63058cba970b541bb04976.tar.gz | |
* typo
| -rw-r--r-- | pear/PEAR/Command/Auth.php | 6 | 
1 files changed, 1 insertions, 5 deletions
| diff --git a/pear/PEAR/Command/Auth.php b/pear/PEAR/Command/Auth.php index acf3da942e..5f99b2756e 100644 --- a/pear/PEAR/Command/Auth.php +++ b/pear/PEAR/Command/Auth.php @@ -28,8 +28,6 @@ require_once "PEAR/Config.php";   */  class PEAR_Command_Auth extends PEAR_Command_Common  { -    // {{{ command definitions -      var $commands = array(          'login' => array(              'summary' => 'Connects and authenticates to remote server', @@ -55,8 +53,6 @@ user configuration.          ); -    // }}} -      /**       * PEAR_Command_Auth constructor.       * @@ -68,7 +64,7 @@ user configuration.      }      /** -     * Execute the 'logout' command. +     * Execute the 'login' command.       *       * @param string $command command name       * | 
