[libtest-bdd-cucumber-perl] 07/08: Add a patch to fix spelling mistakes in the documentation.

gregor herrmann gregoa at debian.org
Sat Feb 13 13:49:16 UTC 2016


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

gregoa pushed a commit to branch master
in repository libtest-bdd-cucumber-perl.

commit b3cfb45efb6cbf3283a76b81f4b3c623cc182a61
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Feb 13 14:47:45 2016 +0100

    Add a patch to fix spelling mistakes in the documentation.
---
 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..d923456
--- /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-02-13
+Forwarded: https://github.com/pjlsergeant/test-bdd-cucumber-perl/issues/75
+Bug: https://github.com/pjlsergeant/test-bdd-cucumber-perl/issues/75
+
+--- a/lib/Test/BDD/Cucumber/Extension.pm
++++ b/lib/Test/BDD/Cucumber/Extension.pm
+@@ -51,7 +51,7 @@
+ =head2 post_feature($feature, $feature_stash)
+ 
+ Invoked by the Executor after executing the background and feature scenarios
+-and their repective post-hooks. Reports errors by calling croak().
++and their respective post-hooks. Reports errors by calling croak().
+ 
+ =cut
+ 
+@@ -66,7 +66,7 @@
+ =head2 post_scenario($scenario, $feature_stash, $scenario_stash, $failed)
+ 
+ Invoked by the Executor after executing all the steps in $scenario
+-and their repective post-hooks. Reports errors by calling croak().
++and their respective post-hooks. Reports errors by calling croak().
+ 
+ $failure indicates whether any of the steps in the scenario has failed.
+ 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtest-bdd-cucumber-perl.git



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