diff --git a/src/java/com/threerings/presents/peer/server/PeerManager.java b/src/java/com/threerings/presents/peer/server/PeerManager.java index 0f1cfd5ac..4d6a93625 100644 --- a/src/java/com/threerings/presents/peer/server/PeerManager.java +++ b/src/java/com/threerings/presents/peer/server/PeerManager.java @@ -273,7 +273,7 @@ public abstract class PeerManager /** * Applies the supplied operation to all {@link NodeObject}s. The operation should not modify - * the objects unless you really know what you're doing. more likely it will summarize + * the objects unless you really know what you're doing. More likely it will summarize * information contained therein. */ public void applyToNodes (Function op)