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;
}