File: pod-spelling.patch

package info (click to toggle)
libclass-dbi-perl 3.0.17-4.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 580 kB
  • sloc: perl: 2,118; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 507 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: fix a tiny typo in POD
Author: Damyan Ivanov <dmn@debian.org>
Forwarded: no

--- a/lib/Class/DBI/Search/Basic.pm
+++ b/lib/Class/DBI/Search/Basic.pm
@@ -70,7 +70,7 @@
 
 
 There are also a variety of private methods underneath this that could
-be overriden in a pinch, but if you need to do this I'd rather you let
+be overridden in a pinch, but if you need to do this I'd rather you let
 me know so that I can make them public, or at least so that I don't
 remove them from under your feet.