From a2d654912177667ca47534023d7bafa578cb19a5 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Mon, 27 Apr 2009 19:48:00 +0000 Subject: [PATCH] Comment fix. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5747 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- src/java/com/threerings/presents/peer/server/PeerManager.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)