File: 0002-fix-spelling-errors.patch

package info (click to toggle)
libzonemaster-perl 1.0.16-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 4,116 kB
  • sloc: perl: 8,564; makefile: 16
file content (137 lines) | stat: -rw-r--r-- 5,063 bytes parent folder | download | duplicates (3)
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
Description: Fix spelling errors
Author: Angel Abad <angel@debian.org>
Forwarded: yes
Bug: https://rt.cpan.org/Public/Bug/Display.html?id=118720
Last-Updated: 2016-11-11
--- a/lib/Zonemaster.pm
+++ b/lib/Zonemaster.pm
@@ -205,7 +205,7 @@
 
 =item all_tags()
 
-Returns a list of all the tags that can be logged for all avilable test modules.
+Returns a list of all the tags that can be logged for all available test modules.
 
 =item all_methods()
 
--- a/lib/Zonemaster/Nameserver.pm
+++ b/lib/Zonemaster/Nameserver.pm
@@ -541,7 +541,7 @@
 
 =item dns
 
-The L<Net::LDNS> object used to actually send and recieve DNS queries.
+The L<Net::LDNS> object used to actually send and receive DNS queries.
 
 =item cache
 
--- a/lib/Zonemaster/Overview.pod
+++ b/lib/Zonemaster/Overview.pod
@@ -20,7 +20,7 @@
 
 There are two ways that you can get the results of a test you've requested: the simple-but-inflexible way and the flexible-but-complex way.
 
-The simple-but-inflexible way is that all the methods in L<Zonemaster> that run tests return lists of L<Zonemaster::Logger::Entry> objects. Those lists incude all the results that the writer of the test module(s) considered important enough to return by default. The advantage of this method is that it is extremely easy to use. The following is a functional (if not very useful) way to run a full test and print the results from a command line prompt:
+The simple-but-inflexible way is that all the methods in L<Zonemaster> that run tests return lists of L<Zonemaster::Logger::Entry> objects. Those lists include all the results that the writer of the test module(s) considered important enough to return by default. The advantage of this method is that it is extremely easy to use. The following is a functional (if not very useful) way to run a full test and print the results from a command line prompt:
 
  perl -MZonemaster -E 'say "$_" for Zonemaster->new->test_zone("example.org")'
 
--- a/lib/Zonemaster/Test.pm
+++ b/lib/Zonemaster/Test.pm
@@ -237,7 +237,7 @@
 =item translation()
 
 This must return a reference to a hash where the keys are all the
-message tags the test module can produce, and the corresponing keys
+message tags the test module can produce, and the corresponding keys
 are the english translations of those messages. The translation
 strings will be used as keys to look up translations into other
 languages, so think twice before editing them.
--- a/lib/Zonemaster/Test/Address.pm
+++ b/lib/Zonemaster/Test/Address.pm
@@ -288,7 +288,7 @@
 
 =item translation()
 
-Returns a refernce to a hash with translation data. Used by the builtin translation system.
+Returns a reference to a hash with translation data. Used by the builtin translation system.
 
 =item version()
 
--- a/lib/Zonemaster/Test/Basic.pm
+++ b/lib/Zonemaster/Test/Basic.pm
@@ -465,7 +465,7 @@
 
 =item translation()
 
-Returns a refernce to a hash with translation data. Used by the builtin translation system.
+Returns a reference to a hash with translation data. Used by the builtin translation system.
 
 =item version()
 
--- a/lib/Zonemaster/Test/Connectivity.pm
+++ b/lib/Zonemaster/Test/Connectivity.pm
@@ -391,7 +391,7 @@
 
 =item translation()
 
-Returns a refernce to a hash with translation data. Used by the builtin translation system.
+Returns a reference to a hash with translation data. Used by the builtin translation system.
 
 =item version()
 
--- a/lib/Zonemaster/Test/Consistency.pm
+++ b/lib/Zonemaster/Test/Consistency.pm
@@ -632,7 +632,7 @@
 
 =item translation()
 
-Returns a refernce to a hash with translation data. Used by the builtin translation system.
+Returns a reference to a hash with translation data. Used by the builtin translation system.
 
 =item version()
 
--- a/lib/Zonemaster/Test/Delegation.pm
+++ b/lib/Zonemaster/Test/Delegation.pm
@@ -590,7 +590,7 @@
 
 =item translation()
 
-Returns a refernce to a hash with translation data. Used by the builtin translation system.
+Returns a reference to a hash with translation data. Used by the builtin translation system.
 
 =item metadata()
 
--- a/lib/Zonemaster/Test/Nameserver.pm
+++ b/lib/Zonemaster/Test/Nameserver.pm
@@ -834,7 +834,7 @@
 
 =item translation()
 
-Returns a refernce to a hash with translation data. Used by the builtin translation system.
+Returns a reference to a hash with translation data. Used by the builtin translation system.
 
 =item metadata()
 
--- a/lib/Zonemaster/Test/Syntax.pm
+++ b/lib/Zonemaster/Test/Syntax.pm
@@ -527,7 +527,7 @@
 
 =item translation()
 
-Returns a refernce to a hash with translation data. Used by the builtin translation system.
+Returns a reference to a hash with translation data. Used by the builtin translation system.
 
 =item metadata()
 
--- a/lib/Zonemaster/Test/Zone.pm
+++ b/lib/Zonemaster/Test/Zone.pm
@@ -609,7 +609,7 @@
 
 =item translation()
 
-Returns a refernce to a hash with translation data. Used by the builtin translation system.
+Returns a reference to a hash with translation data. Used by the builtin translation system.
 
 =item metadata()