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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Headers.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ public function has($name)
286286
}
287287

288288
/**
289-
* Advance the pointer for this object as an interator
289+
* Advance the pointer for this object as an iterator
290290
*
291291
* @return void
292292
*/

src/Response/Stream.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class Stream extends Response
2626
protected $contentLength = null;
2727

2828
/**
29-
* The portion of the body that has alredy been streamed
29+
* The portion of the body that has already been streamed
3030
*
3131
* @var int
3232
*/

0 commit comments

Comments
 (0)