diff --git a/src/RequestResolver.php b/src/RequestResolver.php index 041d7ed..420eb6b 100644 --- a/src/RequestResolver.php +++ b/src/RequestResolver.php @@ -108,7 +108,7 @@ public function writeHeader($ch, string $rawHeader) { $this->headerList[$i] .= $rawHeader; -// To indiciate that this function has successfully run, cURL expects it to +// To indicate that this function has successfully run, cURL expects it to // return the number of bytes read. If this does not match the same number // that cURL sees, cURL will drop the connection. return strlen($rawHeader);