mirror of
https://repo.or.cz/socat.git
synced 2025-07-15 07:33:25 +00:00
Corrected lots of misspellings etc.
This commit is contained in:
parent
d9d06eb587
commit
52e2e5a277
36 changed files with 108 additions and 1896 deletions
|
@ -550,7 +550,7 @@ int xioopen_udp_recvfrom(
|
|||
if (sfd->howtoend == END_UNSPEC)
|
||||
sfd->howtoend = END_NONE;
|
||||
|
||||
/* Set AI_PASSIVE, except when it is explicitely disabled */
|
||||
/* Set AI_PASSIVE, except when it is explicitly disabled */
|
||||
ai_flags2[0] = xfd->stream.para.socket.ip.ai_flags[0];
|
||||
ai_flags2[1] = xfd->stream.para.socket.ip.ai_flags[1];
|
||||
if (!(ai_flags2[1] & AI_PASSIVE))
|
||||
|
@ -626,7 +626,7 @@ int xioopen_udp_recv(
|
|||
xioinit_ip(&pf, xioparms.default_ip);
|
||||
retropt_socket_pf(opts, &pf);
|
||||
|
||||
/* Set AI_PASSIVE, except when it is explicitely disabled */
|
||||
/* Set AI_PASSIVE, except when it is explicitly disabled */
|
||||
ai_flags2[0] = xfd->stream.para.socket.ip.ai_flags[0];
|
||||
ai_flags2[1] = xfd->stream.para.socket.ip.ai_flags[1];
|
||||
if (!(ai_flags2[1] & AI_PASSIVE))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue