Skip Menu |

This queue is for tickets about the Net-DNS CPAN distribution.

Report information
The Basics
Id: 58914
Status: resolved
Priority: 0/
Queue: Net-DNS

People
Owner: Nobody in particular
Requestors: dwessels [...] verisign.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: minor patch for correct spelling of "Algorithm"
Date: Mon, 28 Jun 2010 15:18:20 -0700
To: bug-net-dns [...] rt.cpan.org
From: Duane Wessels <dwessels [...] verisign.com>
Index: trunk/RR/RRSIG.pm =================================================================== --- trunk/RR/RRSIG.pm (revision 857) +++ trunk/RR/RRSIG.pm (working copy) @@ -607,7 +607,7 @@ } else # Verifying other algorithms { - $self->{"vrfyerrstr"}= "Algoritm ". $self->algorithm . " has not yet been implemented"; + $self->{"vrfyerrstr"}= "Algorithm ". $self->algorithm . " has not yet been implemented"; return 0; } Index: trunk/RR/SIG.pm =================================================================== --- trunk/RR/SIG.pm (revision 857) +++ trunk/RR/SIG.pm (working copy) @@ -654,7 +654,7 @@ } else # Verifying other algorithms { - $self->{"vrfyerrstr"}= "Algoritm ". $self->algorithm . " has not yet been implemented"; + $self->{"vrfyerrstr"}= "Algorithm ". $self->algorithm . " has not yet been implemented"; return 0; }
Hi Duane, Your patch is applied. I scanned and altered some more occurrences of the word algoritm. Regards, Willem