[libdancer2-perl] 06/07: Add a patch to fix a typo in the documentation.

gregor herrmann gregoa at debian.org
Sun Jun 18 15:06:04 UTC 2017


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

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

commit 6dd4ba07fbf5e6ace9783c451c4ebd625efaa7ea
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Jun 18 16:58:25 2017 +0200

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

diff --git a/debian/patches/series b/debian/patches/series
index 284c926..d6593ef 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 remove-eumm-version-req.patch
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..c3609de
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,18 @@
+Description: fix a typo
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2017-06-18
+Forwarded: https://github.com/PerlDancer/Dancer2/pull/1355
+Bug: https://github.com/PerlDancer/Dancer2/pull/1355
+
+--- a/lib/Dancer2/Core/Response/Delayed.pm
++++ b/lib/Dancer2/Core/Response/Delayed.pm
+@@ -102,7 +102,7 @@
+ It can be used via the C<delayed> keyword.
+ 
+ It keeps references to a request and a response in order to avoid
+-keeping a reference ot the application.
++keeping a reference to the application.
+ 
+ =head1 ATTRIBUTES
+ 

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



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