[libcgi-ssi-perl] 06/07: Add spelling.patch to do what the name suggests.

gregor herrmann gregoa at debian.org
Thu Jun 18 16:30:05 UTC 2015


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

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

commit b8e65d43d766619b92ce7bd59c02e1534dad03d5
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jun 18 18:27:32 2015 +0200

    Add spelling.patch to do what the name suggests.
---
 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 26cd191..a430219 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 010-test_without_network.patch
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..334ba83
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,18 @@
+Description: fix a spelling mistake
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2015-06-18
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=105339
+Bug: https://rt.cpan.org/Ticket/Display.html?id=105339
+
+--- a/SSI.pm
++++ b/SSI.pm
+@@ -778,7 +778,7 @@
+ 
+ Sets variables internal to the CGI::SSI object. (Not to be confused 
+ with the normal variables your script uses!) These variables may be used 
+-in test expressions, and retreived using $ssi->echo($varname). These
++in test expressions, and retrieved using $ssi->echo($varname). These
+ variables also will not be available in external, included resources.
+ 
+ =item $ssi->echo($varname)

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



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