Fixed typo in comment.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1405 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2002-05-29 18:44:36 +00:00
parent 587e89ef24
commit 3ff72e8a58
@@ -1,5 +1,5 @@
//
// $Id: TimeBaseService.java,v 1.1 2002/05/28 23:14:06 mdb Exp $
// $Id: TimeBaseService.java,v 1.2 2002/05/29 18:44:36 mdb Exp $
package com.threerings.presents.client;
@@ -21,7 +21,7 @@ public class TimeBaseService
* responses generated by this request:
*
* <pre>
* public void handleTimdOidResponse (int invid, int timeOid);
* public void handleTimeOidResponse (int invid, int timeOid);
* public void handleGetTimeOidFailed (int invid, String reason);
* </pre>
*/