Skip to content

Commit

Permalink
Fix misnamed variable
Browse files Browse the repository at this point in the history
  • Loading branch information
igorw committed Dec 24, 2012
1 parent 3f39f80 commit 72028d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ConnectionManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public function getConnectionForAddress($address, $port)

if (!$socket) {
return new RejectedPromise(new \RuntimeException(
sprintf("connection to %s:%d failed: %s", $addresss, $port, $errstr),
sprintf("connection to %s:%d failed: %s", $address, $port, $errstr),
$errno
));
}
Expand Down

0 comments on commit 72028d8

Please sign in to comment.