File: spelling.patch

package info (click to toggle)
libobject-pluggable-perl 1.29-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 232 kB
  • sloc: perl: 678; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 642 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: fix a POD typo (found by lintian)
Author: Florian Schlichting <fsfs@debian.org>
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=125775

--- a/lib/Object/Pluggable.pm
+++ b/lib/Object/Pluggable.pm
@@ -494,7 +494,7 @@
 to start processing plugins. It accepts a number of argument/value pairs:
 
  'types', an arrayref of the types of events that your poco will support,
-          OR a hashref with the event types as keys and their abbrevations
+          OR a hashref with the event types as keys and their abbreviations
           (used as plugin event method prefixes) as values. This argument is
           mandatory.