File: spelling.patch

package info (click to toggle)
libexporter-declare-perl 0.113-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 244 kB
  • ctags: 78
  • sloc: perl: 1,547; makefile: 4
file content (23 lines) | stat: -rw-r--r-- 676 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
Description: spelling fixes
Origin: vendor
Bug: https://rt.cpan.org/Ticket/Display.html?id=82024
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=82024
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2013-02-17

--- a/lib/Exporter/Declare/Meta.pm
+++ b/lib/Exporter/Declare/Meta.pm
@@ -284,11 +284,11 @@
 
 =item $bool = $meta->is_option( $name )
 
-Check if the specifed name is an option.
+Check if the specified name is an option.
 
 =item $bool = $meta->is_argument( $name )
 
-Check if the specifed name is an option that takes an argument.
+Check if the specified name is an option that takes an argument.
 
 =item $meta->add_parser( $name, sub { ... })