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

gregor herrmann gregoa at debian.org
Tue Jun 28 19:13:51 UTC 2016


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

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

commit bfde4f838127d6bb54245be2c13ec92fbed00cc1
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue Jun 28 21:08:27 2016 +0200

    Add a patch to fix a spelling mistake 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
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..7ed6c8a
--- /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-06-28
+Forwarded: https://github.com/PerlDancer/Dancer2/issues/1193
+Bug: https://github.com/PerlDancer/Dancer2/issues/1193
+
+--- a/lib/Dancer2/Plugin.pm
++++ b/lib/Dancer2/Plugin.pm
+@@ -806,7 +806,7 @@
+ 
+ If it's given the value C<1>, the name of the attribute will be taken as the configuration key.
+ 
+-Nested hash keys can also be refered to using a dot notation.
++Nested hash keys can also be referred to using a dot notation.
+ 
+ If the plugin configuration has no value for the given key, the attribute default, if specified, will be honored.
+ 

-- 
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