r73936 - in /trunk/libnet-ip-perl/debian: changelog patches/ patches/series patches/spelling.patch

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Tue May 3 19:16:43 UTC 2011


Author: periapt-guest
Date: Tue May  3 19:13:58 2011
New Revision: 73936

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=73936
Log:
Added patch to fix spelling errors

Added:
    trunk/libnet-ip-perl/debian/patches/
    trunk/libnet-ip-perl/debian/patches/series
    trunk/libnet-ip-perl/debian/patches/spelling.patch
Modified:
    trunk/libnet-ip-perl/debian/changelog

Modified: trunk/libnet-ip-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-ip-perl/debian/changelog?rev=73936&op=diff
==============================================================================
--- trunk/libnet-ip-perl/debian/changelog (original)
+++ trunk/libnet-ip-perl/debian/changelog Tue May  3 19:13:58 2011
@@ -10,6 +10,7 @@
   * Added Homepage field to debian/control
   * Added rules to fix shebang in example scripts
   * Refreshed copyright
+  * Added patch to fix spelling errors
 
  -- Nicholas Bamber <nicholas at periapt.co.uk>  Tue, 03 May 2011 17:19:49 +0100
 

Added: trunk/libnet-ip-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-ip-perl/debian/patches/series?rev=73936&op=file
==============================================================================
--- trunk/libnet-ip-perl/debian/patches/series (added)
+++ trunk/libnet-ip-perl/debian/patches/series Tue May  3 19:13:58 2011
@@ -1,0 +1,1 @@
+spelling.patch

Added: trunk/libnet-ip-perl/debian/patches/spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-ip-perl/debian/patches/spelling.patch?rev=73936&op=file
==============================================================================
--- trunk/libnet-ip-perl/debian/patches/spelling.patch (added)
+++ trunk/libnet-ip-perl/debian/patches/spelling.patch Tue May  3 19:13:58 2011
@@ -1,0 +1,38 @@
+--- a/IP.pm
++++ b/IP.pm
+@@ -1201,7 +1201,7 @@
+ # Purpose           : Split a prefix into IP and prefix length
+ # Comments          : If it was passed a simple IP, it just returns it
+ # Params            : Prefix
+-# Returns           : IP, optionnaly length of prefix
++# Returns           : IP, optionally length of prefix
+ sub ip_splitprefix {
+     my $prefix = shift;
+ 
+@@ -2012,7 +2012,7 @@
+ 
+ Return the current object error string. The error string is set whenever one 
+ of the methods produces an error. Also, a global, class-wide B<Error()> 
+-function is avaliable.
++function is available.
+ 
+ C<warn ($ip-E<gt>error());>
+ 
+@@ -2335,7 +2335,7 @@
+ If it was passed a simple IP, it just returns it.
+ 
+     Params  : Prefix
+-    Returns : IP, optionnaly length of prefix
++    Returns : IP, optionally length of prefix
+ 
+ C<($ip,$len) = ip_splitprefix ($prefix)>
+ 
+@@ -2504,7 +2504,7 @@
+ 
+ The Math::BigInt library is needed for functions that use integers. These are
+ ip_inttobin, ip_bintoint, and the size method. In a next version, 
+-Math::BigInt will become optionnal.
++Math::BigInt will become optional.
+ 
+ =head1 AUTHORS
+ 




More information about the Pkg-perl-cvs-commits mailing list