Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Zonemaster CPAN distribution.

Report information
The Basics
Id: 118720
Status: new
Priority: 0/
Queue: Zonemaster

People
Owner: Nobody in particular
Requestors: angel [...] debian.org
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: v1.0.9
Fixed in: (no value)



Subject: Spelling errors
Hi, packaging for Debian we found these spelling errors. Cheers,
Subject: 0002-fix-spelling-errors.patch
--- 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()