[libdancer2-perl] 02/03: Add a patch to fix minor spelling issues.

gregor herrmann gregoa at debian.org
Sat May 16 15:06:45 UTC 2015


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

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

commit a2801bccdd6cf248f4a9e4eb9b3986c65c28d263
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat May 16 17:04:40 2015 +0200

    Add a patch to fix minor spelling issues.
---
 debian/patches/language.patch | 33 +++++++++++++++++++++++++++++++++
 debian/patches/series         |  1 +
 2 files changed, 34 insertions(+)

diff --git a/debian/patches/language.patch b/debian/patches/language.patch
new file mode 100644
index 0000000..fdbf342
--- /dev/null
+++ b/debian/patches/language.patch
@@ -0,0 +1,33 @@
+Description: fix spelling/grammar glitches
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2015-05-16
+Forwarded: https://github.com/PerlDancer/Dancer2/issues/910
+Bug: https://github.com/PerlDancer/Dancer2/issues/910
+
+--- a/lib/Dancer2/Cookbook.pod
++++ b/lib/Dancer2/Cookbook.pod
+@@ -404,10 +404,10 @@
+ 
+ =head3 An example
+ 
+-This example demonstrates a simple Dancer application that allows to search
++This example demonstrates a simple Dancer application that allows one to search
+ for authors or books. The application is connected to a database, that contains
+ authors, and their books. The website will have one single page with a form,
+-that allows to query books or authors, and display the results.
++that allows one to query books or authors, and display the results.
+ 
+ =head4 Creating the application
+ 
+--- a/lib/Dancer2/Manual.pod
++++ b/lib/Dancer2/Manual.pod
+@@ -1056,7 +1056,7 @@
+          # if we have a session cookie, try to retrieve the session
+          if (defined $session_id) {
+              eval { $session = $engine->retrieve(id => $session_id) };
+-             croak "Fail to retreive session: $@"
++             croak "Fail to retrieve session: $@"
+                if $@ && $@ !~ /Unable to retrieve session/;
+          }
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..f0540bd
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+language.patch

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