Fix typo in EmbeddedSocketAddress.
This commit is contained in:
parent
f3a842ecca
commit
299ce22938
@ -22,6 +22,6 @@ final class EmbeddedSocketAddress extends SocketAddress {
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "embeded";
|
||||
return "embedded";
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user