[libnet-jabber-perl] 06/07: Add more fixes to 50spelling.patch.

gregor herrmann gregoa at debian.org
Tue Aug 23 17:52:39 UTC 2016


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 e11c60e2c55776c932af3491cbdb80e0d5d66001
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue Aug 23 19:23:13 2016 +0200

    Add more fixes to 50spelling.patch.
---
 debian/patches/50spelling.patch | 51 ++++++++++++++++++++++++++++++++++++++---
 1 file changed, 48 insertions(+), 3 deletions(-)

diff --git a/debian/patches/50spelling.patch b/debian/patches/50spelling.patch
index b7f9e27..4b8c969 100644
--- a/debian/patches/50spelling.patch
+++ b/debian/patches/50spelling.patch
@@ -1,9 +1,10 @@
 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
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=97530
+ (not this versions)
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2016-08-23
 
 --- a/lib/Net/Jabber.pm
 +++ b/lib/Net/Jabber.pm
@@ -25,3 +26,47 @@ Bug: https://rt.cpan.org/Ticket/Display.html?id=97530
    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
+--- a/lib/Net/Jabber/Data.pm
++++ b/lib/Net/Jabber/Data.pm
+@@ -119,7 +119,7 @@
+ In an effort to make maintaining this document easier, I am not going
+ to go into full detail on each of these functions.  Rather I will
+ present the functions in a list with a type in the first column to
+-show what they return, or take as arugments.  Here is the list of
++show what they return, or take as arguments.  Here is the list of
+ types I will use:
+ 
+   string  - just a string
+--- a/lib/Net/Jabber/Protocol.pm
++++ b/lib/Net/Jabber/Protocol.pm
+@@ -939,7 +939,7 @@
+ 
+         if (!exists($funcHash{set}) && exists($funcHash{get}))
+         {
+-            croak("The DefineNamespace arugments have changed, and I cannot determine the\nnew values automatically for name($name).  Please read the man page\nfor Net::Jabber::Namespaces.  I apologize for this incompatability.\n");
++            croak("The DefineNamespace arguments have changed, and I cannot determine the\nnew values automatically for name($name).  Please read the man page\nfor Net::Jabber::Namespaces.  I apologize for this incompatability.\n");
+         }
+ 
+         if (exists($funcHash{type}) || exists($funcHash{path}) ||
+--- a/lib/Net/Jabber/Stanza.pm
++++ b/lib/Net/Jabber/Stanza.pm
+@@ -104,7 +104,7 @@
+   Bars                        child     X
+   Test                        master    X    X
+ 
+-  Withing the my:private:ns namespace, there exists the functions:
++  Within the my:private:ns namespace, there exists the functions:
+ 
+     GetFoo(), SetFoo(), RemoveFoo(), DefinedFoo()
+     
+--- a/lib/Net/Jabber/XDB.pm
++++ b/lib/Net/Jabber/XDB.pm
+@@ -37,7 +37,7 @@
+   Net::Jabber::XDB differs from the other Net::Jabber::* modules in that
+   the XMLNS of the data is split out into more submodules under
+   XDB.  For specifics on each module please view the documentation
+-  for each Net::Jabber::Data::* module.  To see the list of avilable
++  for each Net::Jabber::Data::* module.  To see the list of available
+   namspaces and modules see Net::Jabber::Data.
+ 
+   To initialize the XDB with a Jabber <xdb/> you must pass it the 

-- 
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