File: fix-spelling-errors-found-by-lintian.patch

package info (click to toggle)
libxml-csv-perl 0.15-9
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 132 kB
  • sloc: perl: 546; makefile: 2
file content (14 lines) | stat: -rw-r--r-- 704 bytes parent folder | download | duplicates (3)
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;