'i' before 'e' except in comments

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6491 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Matt Jensen
2011-02-12 01:11:21 +00:00
parent 360dee3de8
commit acc6cff7e5
@@ -628,7 +628,7 @@ public class BlockingCommunicator extends Communicator
log.debug("Waiting for secure response.");
response = (AuthResponse)receiveMessage();
// If we've recieved a secure response, proceed with authentication
// If we've received a secure response, proceed with authentication
if (response instanceof SecureResponse) {
sendMessage(AESAuthRequest.createAuthRequest(
_client.getCredentials(), _client.getVersion(),