Просмотр исходного кода

Fixes typo in Zend_Console_GetOpt DocBlocks

frank 10 лет назад
Родитель
Сommit
e8164ff847
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      library/Zend/Console/Getopt.php

+ 2 - 2
library/Zend/Console/Getopt.php

@@ -173,14 +173,14 @@ class Zend_Console_Getopt
     );
     );
 
 
     /**
     /**
-     * Stores the command-line arguments for the calling applicaion.
+     * Stores the command-line arguments for the calling application.
      *
      *
      * @var array
      * @var array
      */
      */
     protected $_argv = array();
     protected $_argv = array();
 
 
     /**
     /**
-     * Stores the name of the calling applicaion.
+     * Stores the name of the calling application.
      *
      *
      * @var string
      * @var string
      */
      */