fix misspelling

git-svn-id: http://code.alibabatech.com/svn/dubbo/trunk@145 1a56cb94-b969-4eaa-88fa-be21384802f2
This commit is contained in:
tony.chenl 2011-10-31 08:45:25 +00:00
parent 0835f92455
commit edfaee1e89
1 changed files with 1 additions and 1 deletions

View File

@ -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) {