Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
g105b committed Feb 21, 2019
1 parent ea29347 commit c0f9661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RequestResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit c0f9661

Please sign in to comment.