git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6080 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Dave Hoover
2010-06-15 17:26:26 +00:00
parent 5a02c42c21
commit 0583a92100
7 changed files with 7 additions and 7 deletions
@@ -37,7 +37,7 @@ public class DeltaCalculator
{
/**
* Constructs a delta calculator which is used to calculate the time
* delta between the client and server, accounding reasonably well for
* delta between the client and server, accounting reasonably well for
* the delay introduced by sending a timestamp over the network from
* the server to the client.
*/
@@ -22,7 +22,7 @@
package com.threerings.presents.dobj;
/**
* Implemented by entites which wish to hear about attribute changes that
* Implemented by entities which wish to hear about attribute changes that
* take place for a particular distributed object.
*
* @see DObject#addListener
@@ -22,7 +22,7 @@
package com.threerings.presents.dobj;
/**
* Implemented by entites which wish to hear about element updates that
* Implemented by entities which wish to hear about element updates that
* take place for a particular distributed object.
*
* @see DObject#addListener
@@ -22,7 +22,7 @@
package com.threerings.presents.dobj;
/**
* Implemented by entites which wish to hear about all events being
* Implemented by entities which wish to hear about all events being
* dispatched on a particular distributed object.
*
* @see DObject#addListener
@@ -22,7 +22,7 @@
package com.threerings.presents.dobj;
/**
* Implemented by entites which wish to hear about message events that are
* Implemented by entities which wish to hear about message events that are
* dispatched on a particular distributed object.
*
* @see DObject#addListener
@@ -22,7 +22,7 @@
package com.threerings.presents.dobj;
/**
* Implemented by entites which wish to hear about object destruction events.
* Implemented by entities which wish to hear about object destruction events.
*
* @see DObject#addListener
*/
@@ -22,7 +22,7 @@
package com.threerings.presents.dobj;
/**
* Implemented by entites which wish to hear about changes that occur to
* Implemented by entities which wish to hear about changes that occur to
* oid list attributes of a particular distributed object.
*
* @see DObject#addListener