[libembperl-perl] 02/06: New spelling.patch

Florian Schlichting fsfs at moszumanska.debian.org
Tue Jan 28 23:03:11 UTC 2014


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

fsfs pushed a commit to branch master
in repository libembperl-perl.

commit 2e6131f271c3630df5f96aac88004de9691cc520
Author: Florian Schlichting <fsfs at debian.org>
Date:   Tue Jan 28 21:48:04 2014 +0100

    New spelling.patch
---
 debian/patches/series         |  1 +
 debian/patches/spelling.patch | 35 +++++++++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
index a9c8e4d..4960a7e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@ delay.patch
 load_apache24_mpm.patch
 test_suite_issues.patch
 disable_tests_checking_for_perl_version_specific_error_messages.patch
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..209982e
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,35 @@
+Description: Fix typos in POD
+Author: Florian Schlichting <fsfs at debian.org>
+Forwarded: yes (mainling list)
+
+--- a/Config.pod
++++ b/Config.pod
+@@ -31,7 +31,7 @@
+ 
+ If you have your own application and want to use Embperl's capbilities you can
+ do so by calling Embperl::Execute. This allows you to build your own application
+-logic and use Embperl possibilites for rendering content.
++logic and use Embperl possibilities for rendering content.
+ 
+ =back
+ 
+@@ -748,7 +748,7 @@
+ 
+ 
+ Set the secure flag of cookie that Embperl uses for the session id. If set the
+-cookie will only be transfered over a secured connection.
++cookie will only be transferred over a secured connection.
+ 
+ =head2 Embperl_Log
+ 
+--- a/Embperl.pod
++++ b/Embperl.pod
+@@ -1267,7 +1267,7 @@
+ 
+ Another nice thing about recipes is that they are not static. A recipe
+ is defined by a recipe object. When a request comes in, Embperl calls
+-the get_recipe method of teh application object, which by default
++the get_recipe method of the application object, which by default
+ calls the get_recipe of the named recipe object, which should return a array
+ that describes what Embperl has to do. The get_recipe methods can of course
+ build the array dynamically, looking, for example, at the request parameters

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



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