[libdata-dump-streamer-perl] 05/07: Add a spelling fix patch.

gregor herrmann gregoa at debian.org
Sun Sep 11 16:21:42 UTC 2016


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

gregoa pushed a commit to branch master
in repository libdata-dump-streamer-perl.

commit 8f64f2b8d63a5aa18d75fb719273bdb2882893f1
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Sep 11 18:19:12 2016 +0200

    Add a spelling fix patch.
---
 debian/patches/series         |  1 +
 debian/patches/spelling.patch | 18 ++++++++++++++++++
 2 files changed, 19 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..28fe12e
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,18 @@
+Description: spelling fix
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2016-09-11
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=117782
+Bug: https://rt.cpan.org/Ticket/Display.html?id=117782
+
+--- a/lib/Data/Dump/Streamer.pm
++++ b/lib/Data/Dump/Streamer.pm
+@@ -576,7 +576,7 @@
+ 
+    $Foo1=bless({ str=>'' },'Foo')->fix_tie();
+ 
+-Wheras if we omit the C<< -> >> then we would get:
++Whereas if we omit the C<< -> >> then we would get:
+ 
+     $Foo1=bless({ str=>'' },'Foo');
+     $Foo1->fix_tie();

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdata-dump-streamer-perl.git



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