Skip to content

Commit

Permalink
Merge branch 'unused-code' of github.com:reactphp/react
Browse files Browse the repository at this point in the history
  • Loading branch information
cboden committed Dec 26, 2012
2 parents e53bc98 + 72028d8 commit db9dca5
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 db9dca5

Please sign in to comment.