From 20021d7eabcf5798657210b96cb4fc4d11764347 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Tue, 5 Dec 2006 06:59:48 +0000 Subject: [PATCH] Fixed typo. git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@91 ed5b42cb-e716-0410-a449-f6a68f950b19 --- src/java/com/threerings/media/AbstractMedia.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/java/com/threerings/media/AbstractMedia.java b/src/java/com/threerings/media/AbstractMedia.java index c4ebb563..7d371aaf 100644 --- a/src/java/com/threerings/media/AbstractMedia.java +++ b/src/java/com/threerings/media/AbstractMedia.java @@ -273,7 +273,7 @@ public abstract class AbstractMedia /** * If this media's size or location are changing, it should create a new - * rectangle from its old boudns (new Rectangle(_bounds)), then effect the + * rectangle from its old bounds (new Rectangle(_bounds)), then effect the * bounds changes and then call this method with the old bounds and this * method will either merge the new bounds with the old to create a single * dirty rectangle or dirty them separately depending on which is more