]> granicus.if.org Git - php/commitdiff
* typo
authorStig Bakken <ssb@php.net>
Tue, 14 May 2002 12:34:49 +0000 (12:34 +0000)
committerStig Bakken <ssb@php.net>
Tue, 14 May 2002 12:34:49 +0000 (12:34 +0000)
pear/PEAR/Command/Auth.php

index acf3da942eb9506fd84749b1920efe2335d7c4d0..5f99b2756ec209bc01ab92df6fcadba754b4f28b 100644 (file)
@@ -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
      *