Skip to content

Commit c0f9661

Browse files
author
Greg Bowler
committed
Typo
1 parent ea29347 commit c0f9661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RequestResolver.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ public function writeHeader($ch, string $rawHeader) {
108108

109109
$this->headerList[$i] .= $rawHeader;
110110

111-
// To indiciate that this function has successfully run, cURL expects it to
111+
// To indicate that this function has successfully run, cURL expects it to
112112
// return the number of bytes read. If this does not match the same number
113113
// that cURL sees, cURL will drop the connection.
114114
return strlen($rawHeader);

0 commit comments

Comments
 (0)