File: 0002-fix-spelling-errors.patch

package info (click to toggle)
libzonemaster-perl 4.6.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 9,024 kB
  • sloc: perl: 14,031; makefile: 16
file content (170 lines) | stat: -rw-r--r-- 6,606 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
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
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
Description: Fix spelling errors
Bug: https://rt.cpan.org/Public/Bug/Display.html?id=118720
Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=118720
Author: Angel Abad <angel@debian.org>
Reviewed-by: gregor herrmann <gregoa@debian.org>
Last-Update: 2023-03-04

--- a/lib/Zonemaster/Engine.pm
+++ b/lib/Zonemaster/Engine.pm
@@ -284,7 +284,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/Engine/Nameserver.pm
+++ b/lib/Zonemaster/Engine/Nameserver.pm
@@ -743,7 +743,7 @@
 
 =item dns
 
-The L<Zonemaster::LDNS> object used to actually send and recieve DNS queries.
+The L<Zonemaster::LDNS> object used to actually send and receive DNS queries.
 
 =item cache
 
--- a/lib/Zonemaster/Engine/Overview.pod
+++ b/lib/Zonemaster/Engine/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::Engine> that run tests return lists of L<Zonemaster::Engine::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::Engine> that run tests return lists of L<Zonemaster::Engine::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::Engine -E 'say "$_" for Zonemaster::Engine->new->test_zone("example.org")'
 
--- a/lib/Zonemaster/Engine/Test.pm
+++ b/lib/Zonemaster/Engine/Test.pm
@@ -229,7 +229,7 @@
 =item all($zone)
 
 C<all> will be given a zone object as its only argument, and is
-epected to return a list of L<Zonemaster::Engine::Logger::Entry> objects. This
+expected to return a list of L<Zonemaster::Engine::Logger::Entry> objects. This
 is the entry point used by the C<run_all_for> and C<run_module>
 methods.
 
@@ -246,7 +246,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/Engine/Test/Address.pm
+++ b/lib/Zonemaster/Engine/Test/Address.pm
@@ -341,7 +341,7 @@
 
 =item tag_descriptions()
 
-Returns a refernce to a hash with translation functions. Used by the builtin translation system.
+Returns a reference to a hash with translation functions. Used by the builtin translation system.
 
 =item version()
 
--- a/lib/Zonemaster/Engine/Test/Basic.pm
+++ b/lib/Zonemaster/Engine/Test/Basic.pm
@@ -480,7 +480,7 @@
 
 =item tag_descriptions()
 
-Returns a refernce to a hash with translation functions. Used by the builtin translation system.
+Returns a reference to a hash with translation functions. Used by the builtin translation system.
 
 =item version()
 
--- a/lib/Zonemaster/Engine/Test/Connectivity.pm
+++ b/lib/Zonemaster/Engine/Test/Connectivity.pm
@@ -588,7 +588,7 @@
 
 =item tag_descriptions()
 
-Returns a refernce to a hash with translation functions. Used by the builtin translation system.
+Returns a reference to a hash with translation functions. Used by the builtin translation system.
 
 =item version()
 
--- a/lib/Zonemaster/Engine/Test/Consistency.pm
+++ b/lib/Zonemaster/Engine/Test/Consistency.pm
@@ -853,7 +853,7 @@
 
 =item tag_descriptions()
 
-Returns a refernce to a hash with translation functions. Used by the builtin translation system.
+Returns a reference to a hash with translation functions. Used by the builtin translation system.
 
 =item version()
 
--- a/lib/Zonemaster/Engine/Test/DNSSEC.pm
+++ b/lib/Zonemaster/Engine/Test/DNSSEC.pm
@@ -4104,7 +4104,7 @@
 
 =item tag_descriptions()
 
-Returns a refernce to a hash with translation functions. Used by the builtin translation system.
+Returns a reference to a hash with translation functions. Used by the builtin translation system.
 
 =item policy()
 
--- a/lib/Zonemaster/Engine/Test/Delegation.pm
+++ b/lib/Zonemaster/Engine/Test/Delegation.pm
@@ -887,7 +887,7 @@
 
 =item tag_descriptions()
 
-Returns a refernce to a hash with translation functions. Used by the builtin translation system.
+Returns a reference to a hash with translation functions. Used by the builtin translation system.
 
 =item metadata()
 
--- a/lib/Zonemaster/Engine/Test/Nameserver.pm
+++ b/lib/Zonemaster/Engine/Test/Nameserver.pm
@@ -1359,7 +1359,7 @@
 
 =item tag_descriptions()
 
-Returns a refernce to a hash with translation functions. Used by the builtin translation system.
+Returns a reference to a hash with translation functions. Used by the builtin translation system.
 
 =item metadata()
 
--- a/lib/Zonemaster/Engine/Test/Syntax.pm
+++ b/lib/Zonemaster/Engine/Test/Syntax.pm
@@ -833,7 +833,7 @@
 
 =item tag_descriptions()
 
-Returns a refernce to a hash with translation functions. Used by the builtin translation system.
+Returns a reference to a hash with translation functions. Used by the builtin translation system.
 
 =item metadata()
 
--- a/lib/Zonemaster/Engine/Test/Zone.pm
+++ b/lib/Zonemaster/Engine/Test/Zone.pm
@@ -1130,7 +1130,7 @@
 
 =item tag_descriptions()
 
-Returns a refernce to a hash with translation functions. Used by the builtin translation system.
+Returns a reference to a hash with translation functions. Used by the builtin translation system.
 
 =item metadata()
 
--- a/lib/Zonemaster/Engine/Recursor.pm
+++ b/lib/Zonemaster/Engine/Recursor.pm
@@ -414,7 +414,7 @@
 
 =head2 add_fake_addresses($domain, $data)
 
-Class method to create fake adresses for fake delegations for a specified domain from data provided.
+Class method to create fake addresses for fake delegations for a specified domain from data provided.
 
 =head2 has_fake_addresses($domain)