fix misspelling
git-svn-id: http://code.alibabatech.com/svn/dubbo/trunk@145 1a56cb94-b969-4eaa-88fa-be21384802f2
This commit is contained in:
parent
0835f92455
commit
edfaee1e89
|
|
@ -123,7 +123,7 @@ public class NettyClient extends AbstractClient {
|
|||
} else if (future.getCause() != null) {
|
||||
throw future.getCause();
|
||||
} else {
|
||||
throw new RemotingException(this, "Faild to connect to server " + getRemoteAddress() + ", the future was not completed within the specified time limit, please check the timeout ["+ getConnectTimeout() +"] config .");
|
||||
throw new RemotingException(this, "Failed to connect to server " + getRemoteAddress() + ", the future was not completed within the specified time limit, please check the timeout ["+ getConnectTimeout() +"] config .");
|
||||
}
|
||||
|
||||
}catch (InterruptedException e) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue