[libnet-sieve-script-perl] 05/11: Add a patch to fix spelling mistakes in the POD.

gregor herrmann gregoa at debian.org
Tue Aug 1 21:43:44 UTC 2017


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

gregoa pushed a commit to branch master
in repository libnet-sieve-script-perl.

commit d31518512179e2ab00731843b7534c3cbde9481b
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue Aug 1 17:35:23 2017 -0400

    Add a patch to fix spelling mistakes in the POD.
---
 debian/patches/series         |  1 +
 debian/patches/spelling.patch | 47 +++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 48 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
index e481e7c..2685618 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 unescaped_left_brace.patch
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..11c30bb
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,47 @@
+Description: spelling fixes
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2017-08-01
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=122676
+Bug: https://rt.cpan.org/Ticket/Display.html?id=122676
+
+--- a/lib/Net/Sieve/Script.pm
++++ b/lib/Net/Sieve/Script.pm
+@@ -335,7 +335,7 @@
+ 
+ =head2 reorder_rules
+ 
+-Reorder rules with a list of number, start with 1, and with blanck separator. Usefull for ajax sort functions.
++Reorder rules with a list of number, start with 1, and with blanck separator. Useful for ajax sort functions.
+ 
+ Thank you jeanne for your help in brain storming.
+ 
+--- a/lib/Net/Sieve/Script/Condition.pm
++++ b/lib/Net/Sieve/Script/Condition.pm
+@@ -352,7 +352,7 @@
+ =head2 write
+ 
+  Purpose  : write rule conditions in text format
+- Return   : multi-line formated text
++ Return   : multi-line formatted text
+ 
+ =head1 AUTHOR
+ 
+--- a/lib/Net/Sieve/Script/Rule.pm
++++ b/lib/Net/Sieve/Script/Rule.pm
+@@ -50,11 +50,11 @@
+ =head2 new
+ 
+     Arguments :
+-        order =>     : optionnal set priority for rule
+-        ctrl  =>     : optionnal default 'if', else could be 'else', 'elsif' 
++        order =>     : optional set priority for rule
++        ctrl  =>     : optional default 'if', else could be 'else', 'elsif'
+                        or 'vacation'
+-        test_list => : optionnal conditions by string or by Condition Object
+-        block =>     : optionnal block of commands
++        test_list => : optional conditions by string or by Condition Object
++        block =>     : optional block of commands
+     Returns   :   Net::Sieve::Script::Rule object
+ 
+ Set accessors

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



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