1 2 3 4 5 6 7 8 9 10 11 12 13 14
|
Description: Fix spelling errors found by Lintian
Author: Axel Beckert <abe@debian.org>
--- a/CSV.pm
+++ b/CSV.pm
@@ -478,7 +478,7 @@
First it passes a reference to a array with column headings and then a reference to two dimensional array
of data where the first index represents the row number and the second column number. We also pass a custom
-Text::CSV_XS object to overwrite the default object. This is usefull for creating your own CSV_XS object's args
+Text::CSV_XS object to overwrite the default object. This is useful for creating your own CSV_XS object's args
before using the parse_doc() method. See 'perldoc Text::CSV_XS' for different new() attributes.
use XML::CSV;
|