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

Commit

Permalink
Merge pull request zendframework/zendframework#2101 from pborreli/typos
Browse files Browse the repository at this point in the history
Fixed few typos
  • Loading branch information
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/Adapter/Console.php
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ class Console extends AbstractAdapter
protected $textWidth = 20;

/**
* Wether the output started yet or not
* Whether the output started yet or not
*
* @var boolean
*/
Expand Down Expand Up @@ -239,7 +239,7 @@ public function setWidth($width = null)
* Set the elements to display with the progressbar
*
* @param array $elements
* @throws \Zend\ProgressBar\Adapter\Exception When an invalid element is foudn in the array
* @throws \Zend\ProgressBar\Adapter\Exception When an invalid element is found in the array
* @return \Zend\ProgressBar\Adapter\Console
*/
public function setElements(array $elements)
Expand Down
4 changes: 2 additions & 2 deletions src/Adapter/JsPull.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
class JsPull extends AbstractAdapter
{
/**
* Wether to exit after json data send or not
* Whether to exit after json data send or not
*
* @var boolean
*/
protected $exitAfterSend = true;

/**
* Set wether to exit after json data send or not
* Set whether to exit after json data send or not
*
* @param boolean $exitAfterSend
* @return \Zend\ProgressBar\Adapter\JsPull
Expand Down

0 comments on commit 9b1b333

Please sign in to comment.