From 03ae523e624983413dd8335bea20a919155cf399 Mon Sep 17 00:00:00 2001 From: Bruno Garcia Date: Thu, 29 Jul 2010 20:35:45 +0000 Subject: [PATCH] Typo. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6102 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- src/as/com/threerings/io/ObjectInputStream.as | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */