Skip to content

Commit 6f9229e

Browse files
committed
fix typo
1 parent 0e16ea9 commit 6f9229e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/aws-sdk/Guzzle/Http/Curl/CurlMulti.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public function __construct($selectTimeout = 1.0)
5959
public function __destruct()
6060
{
6161
if (!!($this->multiHandle)) {
62-
curl_close($this->multiHandlee);
62+
curl_multi_close($this->multiHandle);
6363
unset($this->multiHandle);
6464
}
6565
}

0 commit comments

Comments
 (0)