[libnet-netmask-perl] 01/03: Add patch to correct spelling error in Netmask.pod

Daniel Lintott dlintott-guest at moszumanska.debian.org
Sun Feb 23 19:30:28 UTC 2014


This is an automated email from the git hooks/post-receive script.

dlintott-guest pushed a commit to branch master
in repository libnet-netmask-perl.

commit 1984ebd5d65b5984eae2d55492cc5012fc37043c
Author: Daniel Lintott <daniel at serverb.co.uk>
Date:   Sun Feb 23 19:23:42 2014 +0000

    Add patch to correct spelling error in Netmask.pod
---
 debian/patches/series               |  1 +
 debian/patches/spelling-error.patch | 16 ++++++++++++++++
 2 files changed, 17 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..1817668
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+spelling-error.patch
diff --git a/debian/patches/spelling-error.patch b/debian/patches/spelling-error.patch
new file mode 100644
index 0000000..c669d52
--- /dev/null
+++ b/debian/patches/spelling-error.patch
@@ -0,0 +1,16 @@
+Description: Fix spelling error in Netmask.pod
+Author: Daniel Lintott <daniel at serverb.co.uk>
+Bug: https://rt.cpan.org/Public/Bug/Display.html?id=93288
+Forwarded: Yes
+Last-Update: 2014-02-23
+--- a/lib/Net/Netmask.pod
++++ b/lib/Net/Netmask.pod
+@@ -226,7 +226,7 @@
+ Returns the nth element of the array that B<enumerate> would return
+ if it were called.  So, to get the first usable address in a block,
+ use B<nth>(1).  To get the broadcast address, use B<nth>(-1).  To
+-get the last usable adress, use B<nth>(-2).
++get the last usable address, use B<nth>(-2).
+ 
+ =item ->B<inaddr>()
+ 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnet-netmask-perl.git



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