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
4
socat.c
4
socat.c
|
@ -785,7 +785,7 @@ int socat(const char *address1, const char *address2) {
|
|||
int i;
|
||||
for (i = 0; i < NUMUNKNOWN; ++i) {
|
||||
if (XIO_RDSTREAM(sock1)->para.exec.pid == diedunknown[i]) {
|
||||
/* child has alread died... but it might have put regular data into
|
||||
/* Child has already died... but it might have put regular data into
|
||||
the communication channel, so continue */
|
||||
Info2("child "F_pid" has already died with status %d",
|
||||
XIO_RDSTREAM(sock1)->para.exec.pid, statunknown[i]);
|
||||
|
@ -828,7 +828,7 @@ int socat(const char *address1, const char *address2) {
|
|||
int i;
|
||||
for (i = 0; i < NUMUNKNOWN; ++i) {
|
||||
if (XIO_RDSTREAM(sock2)->para.exec.pid == diedunknown[i]) {
|
||||
/* child has alread died... but it might have put regular data into
|
||||
/* Child has already died... but it might have put regular data into
|
||||
the communication channel, so continue */
|
||||
Info2("child "F_pid" has already died with status %d",
|
||||
XIO_RDSTREAM(sock2)->para.exec.pid, statunknown[i]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue