Fixed typo in javadoc.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1830 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Walter Korman
2002-10-26 02:37:59 +00:00
parent 286892639e
commit ad344e05e1
@@ -1,5 +1,5 @@
//
// $Id: Connection.java,v 1.8 2002/07/23 05:52:49 mdb Exp $
// $Id: Connection.java,v 1.9 2002/10/26 02:37:59 shaper Exp $
package com.threerings.presents.server.net;
@@ -180,7 +180,7 @@ public abstract class Connection implements NetEventHandler
/**
* Sets the object output stream used by this connection. This should
* obly be called by the connection manager.
* only be called by the connection manager.
*/
protected void setObjectOutputStream (ObjectOutputStream oout)
{