[libzonemaster-perl] 08/09: debian/patches/0002-fix-spelling-errors.patch: Fix spelling errors.
Angel Abad
angel at debian.org
Fri Nov 11 16:21:43 UTC 2016
This is an automated email from the git hooks/post-receive script.
angel pushed a commit to branch master
in repository libzonemaster-perl.
commit 65c85a301f4e4e266e04cccd650a4654e0718ab6
Author: Angel Abad <angelabad at gmail.com>
Date: Fri Nov 11 17:11:52 2016 +0100
debian/patches/0002-fix-spelling-errors.patch: Fix spelling errors.
---
debian/patches/0002-fix-spelling-errors.patch | 137 ++++++++++++++++++++++++++
debian/patches/series | 1 +
2 files changed, 138 insertions(+)
diff --git a/debian/patches/0002-fix-spelling-errors.patch b/debian/patches/0002-fix-spelling-errors.patch
new file mode 100644
index 0000000..3ac2247
--- /dev/null
+++ b/debian/patches/0002-fix-spelling-errors.patch
@@ -0,0 +1,137 @@
+Description: Fix spelling errors
+Author: Angel Abad <angel at 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()
+
diff --git a/debian/patches/series b/debian/patches/series
index 945a3e3..a8ffb88 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
0001-Disable-broken-test-on-line-51-in-t-old-bugs.t.patch
+0002-fix-spelling-errors.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libzonemaster-perl.git
More information about the Pkg-perl-cvs-commits
mailing list