From 37f099ed4b19cd155cbedb9e9292bc3fc5794e41 Mon Sep 17 00:00:00 2001 From: stleary Date: Fri, 1 May 2015 12:52:23 -0500 Subject: [PATCH] s/covert/convert/ --- CDL.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CDL.java b/CDL.java index 995b1d478..8520e862d 100755 --- a/CDL.java +++ b/CDL.java @@ -26,7 +26,7 @@ of this software and associated documentation files (the "Software"), to deal /** * This provides static methods to convert comma delimited text into a - * JSONArray, and to covert a JSONArray into comma delimited text. Comma + * JSONArray, and to convert a JSONArray into comma delimited text. Comma * delimited text is a very popular format for data interchange. It is * understood by most database, spreadsheet, and organizer programs. *

@@ -41,7 +41,7 @@ of this software and associated documentation files (the "Software"), to deal * The names for the elements in the JSONObjects can be taken from the names * in the first row. * @author JSON.org - * @version 2014-05-03 + * @version 2015-05-01 */ public class CDL {