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

gregoa pushed a commit to branch master
in repository libtest2-suite-perl.

commit 9dd0a7d3c2eb9712d12331b4deee2ef91e6a2430
Author: gregor herrmann <gre...@debian.org>
Date:   Sat Jul 30 17:18:31 2016 +0200

    Add a patch to fix the spelling in the POD.
---
 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..b256549
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,18 @@
+Description: fix spelling
+Origin: vendor
+Author: gregor herrmann <gre...@debian.org>
+Last-Update: 2016-07-30
+Forwarded: https://github.com/Test-More/Test2-Suite/issues/48
+Bug: https://github.com/Test-More/Test2-Suite/issues/48
+
+--- a/lib/Test2/Require/Fork.pm
++++ b/lib/Test2/Require/Fork.pm
+@@ -48,7 +48,7 @@
+     sub CAN_FORK {
+         return 1 if $Config{d_fork};
+ 
+-        # Some platforms use ithreads to mimick forking
++        # Some platforms use ithreads to mimic forking
+         return 0 unless $^O eq 'MSWin32' || $^O eq 'NetWare';
+         return 0 unless $Config{useithreads};
+         return 0 unless $Config{ccflags} =~ /-DPERL_IMPLICIT_SYS/;

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libtest2-suite-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