[libmail-imaptalk-perl] 05/06: Add spelling.patch to fix two pod typos

Florian Schlichting fsfs at moszumanska.debian.org
Mon Apr 18 19:20:16 UTC 2016


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

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

commit 11f8c76d4a2d1c1fd47bdb20aea94c186ba8048e
Author: Florian Schlichting <fsfs at debian.org>
Date:   Mon Apr 18 21:16:13 2016 +0200

    Add spelling.patch to fix two pod typos
---
 debian/patches/series         |  1 +
 debian/patches/spelling.patch | 24 ++++++++++++++++++++++++
 2 files changed, 25 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..7c7c4ce
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,24 @@
+Description: fix pod typos
+Author: Florian Schlichting <fsfs at debian.org>
+Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=113877
+
+--- a/IMAPTalk.pm
++++ b/IMAPTalk.pm
+@@ -2657,7 +2657,7 @@
+ Use the server XCONVMULTISORT command to fetch messages across
+ all mailboxes
+ 
+-  my $Res = $IMAP->xconvmultisort( [ qw(reverse arrival) ], [ 'conversations', postion => [1,10] ], 'utf-8', 'ALL')
++  my $Res = $IMAP->xconvmultisort( [ qw(reverse arrival) ], [ 'conversations', position => [1,10] ], 'utf-8', 'ALL')
+   $Res = {
+     folders => [ [ FolderName, UidValidity ], ... ],
+     sort => [ FolderIndex, Uid ], ... ],
+@@ -4062,7 +4062,7 @@
+ 
+ =item *
+ 
+-A quoted string, unquotes the string, changes any occurances
++A quoted string, unquotes the string, changes any occurrences
+ of \" to " and returns the string.
+ 
+ =item *

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



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