Fixed typo.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6473 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2011-02-01 19:37:59 +00:00
parent c19b395a43
commit 084f5ba944
@@ -32,7 +32,7 @@ public interface DObjectManager
{
/**
* Returns true if this distributed object manager is the authoritative manager for the
* specified distributed object, or fals if we are only providing a proxy to the object.
* specified distributed object, or false if we are only providing a proxy to the object.
*/
boolean isManager (DObject object);