Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Merge branch 'master' of git://github.com/zendframework/zf2 into hotf…
Browse files Browse the repository at this point in the history
…ix/uri-path-not-being-set-when-empty
  • Loading branch information
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Console.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
namespace Zend\Console;

/**
* An static, utility class for interacting with Console enviroment.
* An static, utility class for interacting with Console environment.
* Declared abstract to prevent from instantiating.
*
* @category Zend
Expand Down
4 changes: 2 additions & 2 deletions src/Getopt.php
Original file line number Diff line number Diff line change
Expand Up @@ -148,14 +148,14 @@ class 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
*/
Expand Down

0 comments on commit adcdd78

Please # to comment.