Fixed some comment grammar.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3351 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2005-02-15 01:02:17 +00:00
parent 877892b4c8
commit 93794d5a77
@@ -233,7 +233,7 @@ public class ZoneProvider
* request to move to the specified new zone and scene. This is the * request to move to the specified new zone and scene. This is the
* zone-equivalent to {@link LocationProvider#moveBody}. * zone-equivalent to {@link LocationProvider#moveBody}.
* *
* @return null if the user was forcibly moved, a string indicating * @return null if the user was forcibly moved, or a string indicating
* the reason for denial of departure of their current zone (from * the reason for denial of departure of their current zone (from
* {@link ZoneManager#ratifyBodyExit}). * {@link ZoneManager#ratifyBodyExit}).
*/ */
@@ -261,7 +261,7 @@ public class ZoneProvider
* is the zone equivalent to {@link * is the zone equivalent to {@link
* LocationProvider#leaveOccupiedPlace}. * LocationProvider#leaveOccupiedPlace}.
* *
* @return null if the user was forcibly moved, a string indicating * @return null if the user was forcibly moved, or a string indicating
* the reason for denial of departure of their current zone (from * the reason for denial of departure of their current zone (from
* {@link ZoneManager#ratifyBodyExit}). * {@link ZoneManager#ratifyBodyExit}).
*/ */