From 1b7832dd8a9cec0a17a26c202f375ca935f1cb9a Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Mon, 7 Jul 2008 18:44:16 +0000 Subject: [PATCH] Fixed the comment. git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@562 ed5b42cb-e716-0410-a449-f6a68f950b19 --- src/java/com/threerings/media/MediaOverlay.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/java/com/threerings/media/MediaOverlay.java b/src/java/com/threerings/media/MediaOverlay.java index 992d0b52..0aba02ba 100644 --- a/src/java/com/threerings/media/MediaOverlay.java +++ b/src/java/com/threerings/media/MediaOverlay.java @@ -124,7 +124,7 @@ public class MediaOverlay /** * Called by the {@link FrameManager} to propagate our dirty regions to the active repaint * manager so that it can repaint the underlying components just prior to our painting our - * media. This will be followe by a call to {@link paint} after the components have been + * media. This will be followed by a call to {@link #paint} after the components have been * repainted. */ public void propagateDirtyRegions (ActiveRepaintManager repmgr, JRootPane root)