Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
romainmenke committed Mar 16, 2022
1 parent 0e16ea9 commit 6f9229e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/aws-sdk/Guzzle/Http/Curl/CurlMulti.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public function __construct($selectTimeout = 1.0)
public function __destruct()
{
if (!!($this->multiHandle)) {
curl_close($this->multiHandlee);
curl_multi_close($this->multiHandle);
unset($this->multiHandle);
}
}
Expand Down

0 comments on commit 6f9229e

Please sign in to comment.