[libnet-jabber-perl] 03/09: Add patch to fix some spelling mistakes in the POD.

gregor herrmann gregoa at debian.org
Sat Jul 26 18:02:37 UTC 2014


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

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

commit ccb2312b93f9ddb3c8089ffc5b28d9c6de76c12a
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Jul 26 19:53:23 2014 +0200

    Add patch to fix some spelling mistakes in the POD.
---
 debian/patches/50spelling.patch | 27 +++++++++++++++++++++++++++
 debian/patches/series           |  1 +
 2 files changed, 28 insertions(+)

diff --git a/debian/patches/50spelling.patch b/debian/patches/50spelling.patch
new file mode 100644
index 0000000..b7f9e27
--- /dev/null
+++ b/debian/patches/50spelling.patch
@@ -0,0 +1,27 @@
+Description: fix spelling mistakes in POD
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2014-07-26
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=97530
+Bug: https://rt.cpan.org/Ticket/Display.html?id=97530
+
+--- a/lib/Net/Jabber.pm
++++ b/lib/Net/Jabber.pm
+@@ -72,7 +72,7 @@
+   directly in your code.  Instead you will instantiate objects that call
+   functions from this module to do work.  The three main objects that
+   you will work with are the Message, Presence, and IQ modules.  Each one
+-  corresponds to the Jabber equivilant and allows you get and set all
++  corresponds to the Jabber equivalent and allows you get and set all
+   parts of those packets.
+ 
+ =head1 PACKAGES
+@@ -91,7 +91,7 @@
+ 
+   This package contains the code needed to write a server component.  A
+   component is a program tha handles the communication between a jabber
+-  server and some outside program or communications pacakge (IRC, talk,
++  server and some outside program or communications package (IRC, talk,
+   email, etc...)  With this module you can write a full component in just
+   a few lines of Perl.  It uses XML::Stream to communicate with its host
+   server and based on what kind of tag it encounters it calls a function
diff --git a/debian/patches/series b/debian/patches/series
index f5d9d70..91d7911 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@
 20disable_networking_tests.patch
 30use_Digest-SHA.patch
 40hash-randomisation.patch
+50spelling.patch

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



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