From acc6cff7e554bb2dfeadf22b3ff1109096b137c4 Mon Sep 17 00:00:00 2001 From: Matt Jensen Date: Sat, 12 Feb 2011 01:11:21 +0000 Subject: [PATCH] 'i' before 'e' except in comments git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6491 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- .../com/threerings/presents/client/BlockingCommunicator.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/threerings/presents/client/BlockingCommunicator.java b/src/main/java/com/threerings/presents/client/BlockingCommunicator.java index 1cf4b9e70..fc65d340d 100644 --- a/src/main/java/com/threerings/presents/client/BlockingCommunicator.java +++ b/src/main/java/com/threerings/presents/client/BlockingCommunicator.java @@ -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(),