From 21d985b46897abaa5955948ec11f177bf7834b3c Mon Sep 17 00:00:00 2001 From: Dave Hoover Date: Fri, 3 Sep 2010 00:29:55 +0000 Subject: [PATCH] Speeling git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6139 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- src/java/com/threerings/io/ObjectInputStream.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/java/com/threerings/io/ObjectInputStream.java b/src/java/com/threerings/io/ObjectInputStream.java index c8188bbbb..4ce4f33ae 100644 --- a/src/java/com/threerings/io/ObjectInputStream.java +++ b/src/java/com/threerings/io/ObjectInputStream.java @@ -54,7 +54,7 @@ public class ObjectInputStream extends DataInputStream } /** - * Customizes the class loader used to instnatiate objects read from the input stream. + * Customizes the class loader used to instantiate objects read from the input stream. */ public void setClassLoader (ClassLoader loader) {