[libjira-client-perl] 05/06: debian/patches/spelling-errors: Fix spelling errors.

Angel Abad angel at debian.org
Sun Dec 11 09:28:00 UTC 2016


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

angel pushed a commit to branch master
in repository libjira-client-perl.

commit 1183268731759f8de4950a87ccec7f6d485fdc01
Author: Angel Abad <angelabad at gmail.com>
Date:   Sun Dec 11 10:25:41 2016 +0100

    debian/patches/spelling-errors: Fix spelling errors.
---
 debian/patches/series          |  1 +
 debian/patches/spelling-errors | 34 ++++++++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..2b7dda4
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+spelling-errors
diff --git a/debian/patches/spelling-errors b/debian/patches/spelling-errors
new file mode 100644
index 0000000..203b760
--- /dev/null
+++ b/debian/patches/spelling-errors
@@ -0,0 +1,34 @@
+Description: Fix spelling errors
+Author: Angel Abad <angel at debian.org>
+Forwarded: yes
+Bug: https://github.com/gnustavo/JIRA-Client/issues/10
+Last-Updated: 2016-12-11
+
+--- a/lib/JIRA/Client.pm
++++ b/lib/JIRA/Client.pm
+@@ -1374,14 +1374,14 @@
+ 
+ =back
+ 
+-The method retuns the value returned by the
++The method returns the value returned by the
+ B<addBase64EncodedAttachmentsToIssue> API method.
+ 
+ In the example below, we attach three files to the issue TST-1. The
+ first is called C<file1.txt> and its contents are read from
+ C</path/to/file1.txt>. The second is called C<text.txt> and its
+ contents are read from C</path/to/file2.txt>. the third is called
+-C<me.jpg> and its contents are read from the object refered to by
++C<me.jpg> and its contents are read from the object referred to by
+ C<$fh>.
+ 
+     $jira->attach_files_to_issue('TST-1',
+@@ -1399,7 +1399,7 @@
+ attachments are specified by a HASHREF in which the keys denote the
+ file names and the values their contents.
+ 
+-The method retuns the value returned by the
++The method returns the value returned by the
+ B<addBase64EncodedAttachmentsToIssue> API method.
+ 
+ =head2 B<filter_issues_unsorted> FILTER [, LIMIT]

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



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