From e843684637c1c76dcce4a744ff65bf546bd443fc Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Mon, 3 Nov 2008 23:01:45 +0000 Subject: [PATCH] Fix typo. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5494 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- .../com/threerings/presents/server/net/ConnectionManager.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/java/com/threerings/presents/server/net/ConnectionManager.java b/src/java/com/threerings/presents/server/net/ConnectionManager.java index 1c9616246..d0f5ce257 100644 --- a/src/java/com/threerings/presents/server/net/ConnectionManager.java +++ b/src/java/com/threerings/presents/server/net/ConnectionManager.java @@ -446,7 +446,7 @@ public class ConnectionManager extends LoopingThread // send any messages that are waiting on the outgoing overflow and message queues sendOutgoingMessages(iterStamp); - // if we have been shutdown, but we're stick around because the DObjectManager is still + // if we have been shutdown, but we're still around because the DObjectManager is still // running (and we want to deliver any outgoing events queued up during shutdown), then we // stop here, because we've delivered outgoing events on this tick and all that remains // below is accepting new connections and receiving incoming messages, neither of which we