Fixed javadoc typo.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1368 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Walter Korman
2002-05-16 18:17:27 +00:00
parent 7ba2173174
commit ab242f4a71
@@ -1,5 +1,5 @@
//
// $Id: ClientObserver.java,v 1.4 2002/03/11 19:51:25 mdb Exp $
// $Id: ClientObserver.java,v 1.5 2002/05/16 18:17:27 shaper Exp $
package com.threerings.presents.client;
@@ -51,7 +51,7 @@ public interface ClientObserver extends SessionObserver
public void clientConnectionFailed (Client client, Exception cause);
/**
* Called when an abortable logoff requrest is made. If the observer
* Called when an abortable logoff request is made. If the observer
* returns false from this method, the client will abort the logoff
* request.
*/