|
|
@@ -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
|
|
|
*/
|
|
|
protected $_argv = array();
|
|
|
|
|
|
/**
|
|
|
- * Stores the name of the calling applicaion.
|
|
|
+ * Stores the name of the calling application.
|
|
|
*
|
|
|
* @var string
|
|
|
*/
|