File: fix-spelling-error-in-manpage.patch

package info (click to toggle)
libtext-csv-perl 1.33-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 528 kB
  • ctags: 131
  • sloc: perl: 4,072; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,342 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Description: Fix spelling error in manpage
Origin: vendor
Author: Salvatore Bonaccorso <carnil@debian.org>
Last-Update: 2016-08-21
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=117101
Bug: https://rt.cpan.org/Ticket/Display.html?id=117101

--- a/lib/Text/CSV.pm
+++ b/lib/Text/CSV.pm
@@ -260,7 +260,7 @@ Text::CSV - comma-separated values manip
  
  $status       = $csv->status ();      # get the most recent status
  $bad_argument = $csv->error_input (); # get the most recent bad argument
- $diag         = $csv->error_diag ();  # if an error occured, explains WHY
+ $diag         = $csv->error_diag ();  # if an error occurred, explains WHY
  
  $status = $csv->print ($io, $colref); # Write an array of fields
                                        # immediately to a file $io
--- a/lib/Text/CSV_PP.pm
+++ b/lib/Text/CSV_PP.pm
@@ -1132,7 +1132,7 @@ Text::CSV_PP - Text::CSV_XS compatible p
  
  $status       = $csv->status ();      # get the most recent status
  $bad_argument = $csv->error_input (); # get the most recent bad argument
- $diag         = $csv->error_diag ();  # if an error occured, explains WHY
+ $diag         = $csv->error_diag ();  # if an error occurred, explains WHY
  
  $status = $csv->print ($io, $colref); # Write an array of fields
                                        # immediately to a file $io