Wrong "its"

git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1028 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
Dave Hoover
2010-10-15 20:15:57 +00:00
parent 8b17ad25f5
commit 74322e54a9
5 changed files with 5 additions and 5 deletions
@@ -90,7 +90,7 @@ public class ActiveRepaintManager extends RepaintManager
// if we find our validate root, we can stop looking; NOTE: JTextField incorrectly
// claims to be a validate root thereby fucking up the program something serious; we
// jovially ignore it's claims here and restore order to the universe; see bug #403550
// jovially ignore its claims here and restore order to the universe; see bug #403550
// for more fallout from Sun's fuckup
if (!(c instanceof JTextField) && !(c instanceof JScrollPane) &&
((JComponent)c).isValidateRoot()) {
@@ -281,7 +281,7 @@ public class TileSetBundler
}
// make sure this tileset's image file exists and check
// it's last modified date
// its last modified date
File tsfile = new File(bundleDesc.getParent(),
set.getImagePath());
if (!tsfile.exists()) {
@@ -244,7 +244,7 @@ public class SceneObject
}
/**
* Updates this object's origin tile coordinate. It's bounds and other
* Updates this object's origin tile coordinate. Its bounds and other
* cached screen coordinate information are updated.
*/
public void relocateObject (MisoSceneMetrics metrics, int tx, int ty)
@@ -146,7 +146,7 @@ public class ObjectSet
}
/**
* Returns the index of the object or it's insertion index if it is
* Returns the index of the object or its insertion index if it is
* not in the set.
*/
protected final int indexOf (ObjectInfo info)