File: spelling.patch

package info (click to toggle)
libdevel-declare-parser-perl 0.17-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 192 kB
  • ctags: 144
  • sloc: perl: 891; makefile: 2
file content (65 lines) | stat: -rw-r--r-- 2,409 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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
Description: spelling fixes
Origin: vendor
Bug: https://rt.cpan.org/Ticket/Display.html?id=82026
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=82026
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2012-12-16

--- a/README
+++ b/README
@@ -4,7 +4,7 @@
 DESCRIPTION
     Devel-Declare-Parser is a higher-level API sitting on top of
     Devel::Declare. It is used by Devel::Declare::Exporter to simplify
-    exporting of Devel::Declare magic. Writing custom parsers usualy only
+    exporting of Devel::Declare magic. Writing custom parsers usually only
     requires subclassing this module and overriding a couple methods.
 
 DOCUMENTATION
@@ -81,7 +81,7 @@
 
   "PARTS"
     'Parts' are datastructures created by the parse() method. Every argument
-    on the line (space seperated) up until an opening curly brace ({) or a
+    on the line (space separated) up until an opening curly brace ({) or a
     semicolon (;) will be turned into a part. Here are the parts to expect:
 
     Parts will either be a plain string, or an arrayref containing a string
@@ -378,7 +378,7 @@
     peek_word()
 
   PRIVATE METHODS
-    Do not use these, and definately do not override them in a subclass.
+    Do not use these, and definitely do not override them in a subclass.
 
     _block_end_injection()
     _debug()
--- a/lib/Devel/Declare/Parser.pm
+++ b/lib/Devel/Declare/Parser.pm
@@ -572,7 +572,7 @@
 
 Devel-Declare-Parser is a higher-level API sitting on top of L<Devel::Declare>.
 It is used by L<Devel::Declare::Exporter> to simplify exporting of
-L<Devel::Declare> magic. Writing custom parsers usualy only requires
+L<Devel::Declare> magic. Writing custom parsers usually only requires
 subclassing this module and overriding a couple methods.
 
 =head1 DOCUMENTATION
@@ -676,7 +676,7 @@
 =head2 "PARTS"
 
 'Parts' are datastructures created by the parse() method. Every argument on the
-line (space seperated) up until an opening curly brace ({) or a semicolon (;)
+line (space separated) up until an opening curly brace ({) or a semicolon (;)
 will be turned into a part. Here are the parts to expect:
 
 Parts will either be a plain string, or an arrayref containing a string and the
@@ -1073,7 +1073,7 @@
 
 =head2 PRIVATE METHODS
 
-Do not use these, and definately do not override them in a subclass.
+Do not use these, and definitely do not override them in a subclass.
 
 =over 4