mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-09-12 03:16:34 +00:00
Fix typos
This commit is contained in:
+2
-2
@@ -1461,7 +1461,7 @@ class Curl
|
||||
echo
|
||||
'Sent an HTTP ' . $request_method . ' request to "' . $request_url . '".' . "\n" .
|
||||
'Request contained ' . (
|
||||
$request_headers_count === 1 ? 'no headers.' :
|
||||
$request_headers_count === 0 ? 'no headers.' :
|
||||
$request_headers_count . ' headers:'
|
||||
) . "\n";
|
||||
if ($this->requestHeaders !== null) {
|
||||
@@ -1476,7 +1476,7 @@ class Curl
|
||||
|
||||
echo
|
||||
'Received response containing ' . (
|
||||
$response_headers_count === 1 ? 'no headers.' :
|
||||
$response_headers_count === 0 ? 'no headers.' :
|
||||
$response_headers_count . ' headers:'
|
||||
) . "\n";
|
||||
if ($this->responseHeaders !== null) {
|
||||
|
||||
Reference in New Issue
Block a user