1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
Description: spelling fix
Forwarded: no
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2010-05-21
--- a/Read.pm
+++ b/Read.pm
@@ -657,7 +657,7 @@ For OpenOffice this module uses Spreadsh
For Microsoft Excel this module uses Spreadsheet::ParseExcel or
Spreadsheet::XLSX
-For CSV this module uses Text::CSV_XS (0.29 or up prefered) or
+For CSV this module uses Text::CSV_XS (0.29 or up preferred) or
Text::CSV_PP (1.05 or up required).
For SquirrelCalc there is a very simplistic built-in parser
|