From 1db4b02e9e528f8adc7c718259ded5017a3c01a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Bl=C3=A4ul?= Date: Thu, 2 Nov 2017 22:38:11 +0100 Subject: [PATCH] ChangeLog: corrected spelling mistake --- ChangeLog.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index 34b8dc8..9de160e 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -10,7 +10,7 @@ Date: 1-July-2008 - Issue #6. Raw loaded file data is now cleared from file_data property when it has been successfully parsed to keep parseCSV's memory footprint to a - minimum. Specifically handy when using mulitple + minimum. Specifically handy when using multiple instances of parseCSV to process large files. -----------------------------------