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

gregoa pushed a commit to branch master
in repository libdevel-findref-perl.

commit 9e77e3433341f6b358c0a81c5be6a7c7b67565a9
Author: gregor herrmann <gre...@debian.org>
Date:   Sun May 18 14:47:46 2014 +0200

    Add a patch to fix a typo in the POD.
---
 debian/patches/series         |  1 +
 debian/patches/spelling.patch | 28 ++++++++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..5299247
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..6ea4eac
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,28 @@
+Description: fix a typo in the POD
+Origin: vendor
+Forwarded: Marc Lehmann <p...@goof.com>
+Author: gregor herrmann <gre...@debian.org>
+Last-Update: 2014-05-18
+
+--- a/FindRef.pm
++++ b/FindRef.pm
+@@ -212,7 +212,7 @@
+ 
+ The opposite of C<ptr2ref>, above: returns the internal address of the
+ value pointed to by the passed reference. This function is safe to call on
+-anything, and returns the same value taht a normal reference would if used
++anything, and returns the same value that a normal reference would if used
+ in a numeric context.
+ 
+ =back
+--- a/README
++++ b/README
+@@ -121,7 +121,7 @@
+     $ptr = Devel::FindRef::ref2ptr $reference
+         The opposite of "ptr2ref", above: returns the internal address of
+         the value pointed to by the passed reference. This function is safe
+-        to call on anything, and returns the same value taht a normal
++        to call on anything, and returns the same value that a normal
+         reference would if used in a numeric context.
+ 
+ ENVIRONMENT VARIABLES

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to