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. -----------------------------------