File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ existing event loop.
60
60
If B<RW> is 0 (EV_READ) no more checking for readability of B<HANDLE> will be
61
61
done. If B<RW> is 1 (EV_WRITE) no more checking for writeability of B<HANDLE>
62
62
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.
64
64
for both read and write.
65
65
66
66
=item add_timer( WHEN, CALLBACK, [ REPEAT ] )
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ B<get_legs> in L<Net::SIP::Dispatcher> to get all legs matching specific
147
147
criteria. The B<SPEC> can contain the keys C<addr>, C<port> and C<proto>
148
148
which match the arguments given during construction of the leg or are obtained
149
149
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
151
151
the leg object and must return true on match only.
152
152
153
153
The method returns true if there was a full match and false otherwise.
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ specific party, like an outgoing SIP proxy.
36
36
In the common case that B<CONNECTED> is false the optional B<DST>
37
37
given as C<< [ip, port, family] >> will be interpreted as restriction for the
38
38
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
40
40
peer B<DST>.
41
41
42
42
=back
You can’t perform that action at this time.
0 commit comments