Fixed typo.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4492 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2006-12-21 06:58:11 +00:00
parent 51303057c8
commit 1e4c28ecff
@@ -124,7 +124,7 @@ public class ClientManager
try {
pc.shutdown();
} catch (Exception e) {
Log.warning("Client choked in shutdonw() [client=" +
Log.warning("Client choked in shutdown() [client=" +
StringUtil.safeToString(pc) + "].");
Log.logStackTrace(e);
}