Skip to content

Commit 72028d8

Browse files
committed
Fix misnamed variable
1 parent 3f39f80 commit 72028d8

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)