diff --git a/src/Headers.php b/src/Headers.php index 38e543aba0..6843fe12a9 100644 --- a/src/Headers.php +++ b/src/Headers.php @@ -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 */ diff --git a/src/Response/Stream.php b/src/Response/Stream.php index 990cadb22e..94c61e46cd 100644 --- a/src/Response/Stream.php +++ b/src/Response/Stream.php @@ -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 */