File: spelling.patch

package info (click to toggle)
libdbi-perl 1.643-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 2,928 kB
  • sloc: perl: 18,244; ansic: 608; makefile: 30; cpp: 4
file content (29 lines) | stat: -rw-r--r-- 1,151 bytes parent folder | download | duplicates (2)
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 mistakes in the POD
Origin: vendor
Bug: https://rt.cpan.org/Ticket/Display.html?id=114066
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=114066
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2020-02-08

--- a/DBI.pm
+++ b/DBI.pm
@@ -7939,7 +7939,7 @@
         $self->{_buf} .= shift;
     #
     # DBI feeds us pieces at a time, so accumulate a complete line
-    # before outputing
+    # before outputting
     #
         print $fh "At ", scalar localtime(), ':', $self->{_buf}, "\n" and
         $self->{_buf} = ''
--- a/lib/DBD/Gofer/Policy/Base.pm
+++ b/lib/DBD/Gofer/Policy/Base.pm
@@ -140,7 +140,7 @@
 In many cases individual policy items can be overridden on a case-by-case basis
 within your application code. You do this by passing a corresponding
 C<<go_<policy_name>>> attribute into DBI methods by your application code.
-This let's you fine-tune the behaviour for special cases.
+This lets you fine-tune the behaviour for special cases.
 
 The policy items are implemented as methods. In many cases the methods are
 passed parameters relating to the DBD::Gofer code being executed. This means