[libnet-sip-perl] 05/06: Add a patch to fix a spelling mistake in the POD.

gregor herrmann gregoa at debian.org
Sat Nov 26 17:54:29 UTC 2016


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

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

commit 90306c5762283d43d3fa5b0b56bf50c4c54011c2
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Nov 26 18:52:02 2016 +0100

    Add a patch to fix a spelling mistake in the POD.
---
 debian/patches/series         |  1 +
 debian/patches/spelling.patch | 40 ++++++++++++++++++++++++++++++++++++++++
 2 files changed, 41 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..543382b
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,40 @@
+Description: spelling fixes
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2016-11-26
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=118979
+Bug: https://rt.cpan.org/Ticket/Display.html?id=118979
+
+--- a/lib/Net/SIP/Endpoint.pm
++++ b/lib/Net/SIP/Endpoint.pm
+@@ -134,7 +134,7 @@
+ #   $callback: [ \&sub, at arg ] which will be called if the layer receives
+ #     responses important to the upper layer (e.g 180 Ringing, 200 Ok,
+ #     401/407 Authorization required...)
+-#     if callback is ommitted the callback from the context is used,
++#     if callback is omitted the callback from the context is used,
+ #     if callback is set it will be the new callback for the context
+ #   $body: optional Body, either scalar or smth with method as_string
+ #     (like Net::SIP::SDP)
+--- a/lib/Net/SIP/Simple.pm
++++ b/lib/Net/SIP/Simple.pm
+@@ -251,7 +251,7 @@
+ ###########################################################################
+ # mainloop
+ # Args: (;$timeout, at stopvar)
+-#  $timeout: timeout, undef for no timeout. argument can be ommitted
++#  $timeout: timeout, undef for no timeout. argument can be omitted
+ #  @stopvar: @array of Scalar-REF, loop stops if one scalar is true
+ # Returns: NONE
+ ###########################################################################
+--- a/lib/Net/SIP/Util.pod
++++ b/lib/Net/SIP/Util.pod
+@@ -247,7 +247,7 @@
+ If the first argument is a hash ref it will be treated as a hash ref as returned
+ by B<ip_string2parts>. In this case also C<use_host> can be given which prefers
+ C<host> to C<addr> for stringification. Also, C<default_port> can be used to
+-give a port number which will be treated as default and ommitted from string.
++give a port number which will be treated as default and omitted from string.
+ 
+ =item ip_sockaddr2parts(SOCKADDR, [FAMILY]) -> (IP, PORT, FAMILY)
+ 

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



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