chainsaw 14/07/15 09:42:18 Added: 1.30.0-pod-spelling.patch Removed: 1.03-pod-spelling.patch Log: Properly complete renaming exercise. (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.30.0-pod-spelling.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Net-Subnet/files/1.30.0-pod-spelling.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Net-Subnet/files/1.30.0-pod-spelling.patch?rev=1.1&content-type=text/plain Index: 1.30.0-pod-spelling.patch =================================================================== Description: tiny spelling error in POD Author: Damyan Ivanov <[email protected]> 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"; }
