Skip Menu |

This queue is for tickets about the Net-SIP CPAN distribution.

Report information
The Basics
Id: 131236
Status: resolved
Priority: 0/
Queue: Net-SIP

People
Owner: Nobody in particular
Requestors: angel [...] debian.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.822
Fixed in: (no value)



Subject: Fix typos
Hi, packaging this module for Debian we found the following typos, please fix it: Thanks! --- a/lib/Net/SIP/Dispatcher/Eventloop.pod +++ b/lib/Net/SIP/Dispatcher/Eventloop.pod @@ -104,7 +104,7 @@ is TRUE, in which case it will end the loop. The behavior with STOPVAR cannot be found in most existing event loops. -If you want to integrate L<Net::SIP> with your own event loop you migth +If you want to integrate L<Net::SIP> with your own event loop you might simply wrap all callbacks given in B<addFD> and B<add_timer> in another callback which at the end checks the stopvars and terminates the 3rd-party loop in a loop-specific way. --- a/lib/Net/SIP/SDP.pod +++ b/lib/Net/SIP/SDP.pod @@ -79,7 +79,7 @@ =item media - The media typ, e.g. 'audio','video',... -=item proto - Transport protocol, ususally 'RTP/AVP' or 'udp' +=item proto - Transport protocol, usually 'RTP/AVP' or 'udp' =back --- a/lib/Net/SIP/StatelessProxy.pod +++ b/lib/Net/SIP/StatelessProxy.pod @@ -63,7 +63,7 @@ The function should return the new contact or nothing if there was nothing to rewrite or the rewrite failed. -Note that some servers apply length limitiations to the contact so the function +Note that some servers apply length limitations to the contact so the function should not return too long values. =item rewrite_crypt
Am Di 24. Dez 2019, 12:11:09, https://launchpad.net/~angelabad schrieb: Show quoted text
> Hi, packaging this module for Debian we found the following typos, > please fix it:
Thanks for your patch. The typos are fixed in commit 6984ac9.