Skip to content

Commit db9dca5

Browse files
committed
Merge branch 'unused-code' of github.com:reactphp/react
2 parents e53bc98 + 72028d8 commit db9dca5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ConnectionManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public function getConnectionForAddress($address, $port)
3939

4040
if (!$socket) {
4141
return new RejectedPromise(new \RuntimeException(
42-
sprintf("connection to %s:%d failed: %s", $addresss, $port, $errstr),
42+
sprintf("connection to %s:%d failed: %s", $address, $port, $errstr),
4343
$errno
4444
));
4545
}

0 commit comments

Comments
 (0)