From ae1e9e2b6ad7ed48c9274c6900d2329f462b33e0 Mon Sep 17 00:00:00 2001 From: "John J. Aylward" Date: Mon, 3 Apr 2017 11:59:36 -0400 Subject: [PATCH] fix spelling in javadoc comment --- JSONML.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JSONML.java b/JSONML.java index 82853a9..9cb767f 100644 --- a/JSONML.java +++ b/JSONML.java @@ -42,7 +42,7 @@ public class JSONML { * @param arrayForm true if array form, false if object form. * @param ja The JSONArray that is containing the current tag or null * if we are at the outermost level. - * @param keepStrings Don't type-convert text nodes and attibute values + * @param keepStrings Don't type-convert text nodes and attribute values * @return A JSONArray if the value is the outermost tag, otherwise null. * @throws JSONException */