Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Commit e8164ff

Browse files
committed
Fixes typo in Zend_Console_GetOpt DocBlocks
1 parent 4db09b1 commit e8164ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/Zend/Console/Getopt.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,14 +173,14 @@ class Zend_Console_Getopt
173173
);
174174

175175
/**
176-
* Stores the command-line arguments for the calling applicaion.
176+
* Stores the command-line arguments for the calling application.
177177
*
178178
* @var array
179179
*/
180180
protected $_argv = array();
181181

182182
/**
183-
* Stores the name of the calling applicaion.
183+
* Stores the name of the calling application.
184184
*
185185
* @var string
186186
*/

0 commit comments

Comments
 (0)