chainsaw    14/07/11 09:36:12

  Added:                1.03-pod-spelling.patch
  Log:
  Ebuild request from Moyaze Shivji in the LINX engineering team. Incorporates 
Debian patch from CPAN bug report 92222 for a spelling mistake.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB5058F9A)

Revision  Changes    Path
1.1                  dev-perl/Net-Subnet/files/1.03-pod-spelling.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Net-Subnet/files/1.03-pod-spelling.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Net-Subnet/files/1.03-pod-spelling.patch?rev=1.1&content-type=text/plain

Index: 1.03-pod-spelling.patch
===================================================================
Description: tiny spelling error in POD
Author: Damyan Ivanov <d...@debian.org>
Forwarded: yes

--- a/lib/Net/Subnet.pm
+++ b/lib/Net/Subnet.pm
@@ -217,7 +217,7 @@ addresses:
     my $classifier = subnet_classifier sort_subnets keys %ptr;
 
     while (my $ip = readline) {
-        # We get IP adresses from STDIN and return the hostnames on STDOUT
+        # We get IP addresses from STDIN and return the hostnames on STDOUT
 
         print $ptr{ $classifier->($ip) }->($ip), "\n";
     }




Reply via email to