From dbc08da57c1c4ba93c2c109da5779f11067d5e30 Mon Sep 17 00:00:00 2001 From: Dave Hoover Date: Tue, 30 Nov 2010 01:06:28 +0000 Subject: [PATCH] Speeling --- src/main/java/com/threerings/getdown/data/Application.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/threerings/getdown/data/Application.java b/src/main/java/com/threerings/getdown/data/Application.java index bdb175f..549d86f 100644 --- a/src/main/java/com/threerings/getdown/data/Application.java +++ b/src/main/java/com/threerings/getdown/data/Application.java @@ -1304,7 +1304,7 @@ public class Application return new Resource(path, getRemoteURL(path), getLocalPath(path), unpack); } - /** Used to parse resources with the specfied name. */ + /** Used to parse resources with the specified name. */ protected void parseResources (HashMap cdata, String name, boolean unpack, ArrayList list) { @@ -1467,6 +1467,6 @@ public class Application /** Locks gettingdown.lock in the app dir. Held the entire time updating is going on.*/ protected FileLock _lock; - /** Channel to the file underying _lock. Kept around solely so the lock doesn't close. */ + /** Channel to the file underlying _lock. Kept around solely so the lock doesn't close. */ protected FileChannel _lockChannel; }