File: spelling.patch

package info (click to toggle)
libvalidation-class-perl 7.900057-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,572 kB
  • ctags: 355
  • sloc: perl: 21,493; makefile: 2
file content (18 lines) | stat: -rw-r--r-- 537 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: fix a spelling mistake
Origin: vendor
Bug: https://rt.cpan.org/Ticket/Display.html?id=86158
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=86158
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2013-06-15

--- a/lib/Validation/Class/Cookbook.pod
+++ b/lib/Validation/Class/Cookbook.pod
@@ -524,7 +524,7 @@
 
     # the order in which these frameworks are used is important
     # loading Moose first ensures that the Moose::Object constructor
-    # has precendence
+    # has precedence
 
     sub BUILD {