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

Commit

Permalink
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Headers.php
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ public function has($name)
}

/**
* Advance the pointer for this object as an interator
* Advance the pointer for this object as an iterator
*
* @return void
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Response/Stream.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class Stream extends Response
protected $contentLength = null;

/**
* The portion of the body that has alredy been streamed
* The portion of the body that has already been streamed
*
* @var int
*/
Expand Down

0 comments on commit ff8337b

Please sign in to comment.