diff --git a/src/as/com/threerings/io/ObjectInputStream.as b/src/as/com/threerings/io/ObjectInputStream.as index 70dd9c0da..26b8adbf0 100644 --- a/src/as/com/threerings/io/ObjectInputStream.as +++ b/src/as/com/threerings/io/ObjectInputStream.as @@ -278,7 +278,7 @@ public class ObjectInputStream /** The object currently being read from the stream. */ protected var _current :Object; - /** The stramer being used currently. */ + /** The streamer being used currently. */ protected var _streamer :Streamer; /** A map of short class code to ClassMapping info. */