Skip to content

Commit 442d483

Browse files
committed
fixed spelling in documentation (feedback from Debian)
1 parent 9a2b259 commit 442d483

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/Net/SIP/Dispatcher/Eventloop.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ existing event loop.
6060
If B<RW> is 0 (EV_READ) no more checking for readability of B<HANDLE> will be
6161
done. If B<RW> is 1 (EV_WRITE) no more checking for writeability of B<HANDLE>
6262
will be done.
63-
If B<RW> is not given it will remove B<HANDLE> from the loop completly, i.e.
63+
If B<RW> is not given it will remove B<HANDLE> from the loop completely, i.e.
6464
for both read and write.
6565

6666
=item add_timer( WHEN, CALLBACK, [ REPEAT ] )

lib/Net/SIP/Leg.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ B<get_legs> in L<Net::SIP::Dispatcher> to get all legs matching specific
147147
criteria. The B<SPEC> can contain the keys C<addr>, C<port> and C<proto>
148148
which match the arguments given during construction of the leg or are obtained
149149
from the legs socket.
150-
Additionally C<sub> can be used to specifiy a function which gets called with
150+
Additionally C<sub> can be used to specify a function which gets called with
151151
the leg object and must return true on match only.
152152

153153
The method returns true if there was a full match and false otherwise.

lib/Net/SIP/SocketPool.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ specific party, like an outgoing SIP proxy.
3636
In the common case that B<CONNECTED> is false the optional B<DST>
3737
given as C<< [ip, port, family] >> will be interpreted as restriction for the
3838
communication, i.e. it will be forced as destination in B<sendto> no matter what
39-
was given and it will be checked that any received data orgin from the expected
39+
was given and it will be checked that any received data origin from the expected
4040
peer B<DST>.
4141

4242
=back

0 commit comments

Comments
 (0)