From d9b407475ae3ebe434b29d9eabdd7d4416e17881 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Wed, 24 Oct 2012 15:48:04 +0000 Subject: More comment/spelling fixes. Added a helper to GatsInputStream so you can find out how many bytes the previously read object was. --- java/com/xagasoft/gats/GatsDictionary.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'java/com/xagasoft/gats/GatsDictionary.java') diff --git a/java/com/xagasoft/gats/GatsDictionary.java b/java/com/xagasoft/gats/GatsDictionary.java index 96a07a7..e359dfa 100644 --- a/java/com/xagasoft/gats/GatsDictionary.java +++ b/java/com/xagasoft/gats/GatsDictionary.java @@ -9,7 +9,7 @@ import java.util.Hashtable; /** * Gats dictionary, or hash table. This stores any number of items, keyed with - * strings. The values can be any valid com.xagasoft.gats.GatsObject decendant + * strings. The values can be any valid com.xagasoft.gats.GatsObject descendant * object. This class is often used as the root of complex Gats structures. *

* This class implements all standard java Map interface features but contains -- cgit v1.2.3