[libtest2-workflow-perl] 08/08: spelling.patch

gregor herrmann gregoa at debian.org
Sat Oct 29 23:34:33 UTC 2016


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

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

commit 1a218a1224bf71e0a8acd3d24e65cfe7719de475
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Oct 30 01:34:18 2016 +0200

    spelling.patch
---
 debian/patches/series         |  1 +
 debian/patches/spelling.patch | 27 +++++++++++++++++++++++++++
 2 files changed, 28 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..fc9c8e2
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,27 @@
+Description: spelling fixes
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2016-10-30
+Forwarded: https://github.com/Test-More/Test2-Workflow/issues/8
+Bug: https://github.com/Test-More/Test2-Workflow/issues/8
+
+--- a/lib/Test2/Workflow.pm
++++ b/lib/Test2/Workflow.pm
+@@ -139,7 +139,7 @@
+ A test workflow is a way of structuring tests using composable units. A well
+ known example of a test workflow is L<RSPEC|http://rspec.info/>. RSPEC is
+ implemented using Test2::Workflow in L<Test2::Tools::Spec> along with several
+-extentions.
++extensions.
+ 
+ =head1 IMPORTANT CONCEPTS
+ 
+@@ -215,7 +215,7 @@
+ 
+ This will initialize (or return the existing) a build for the specified
+ package. C<%args> get passed into the L<Test2::Workflow::Build> constructor.
+-This uses the following defaults (which can be overriden using C<%args>):
++This uses the following defaults (which can be overridden using C<%args>):
+ 
+     name    => $pkg,
+     flat    => 1,

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



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