mirror of
https://repo.or.cz/socat.git
synced 2025-07-15 15:43:24 +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
2
xio.h
2
xio.h
|
@ -126,7 +126,7 @@ typedef struct xioparms {
|
|||
/* pack the description of a lock file */
|
||||
typedef struct {
|
||||
const char *lockfile; /* name of lockfile; NULL if no locking */
|
||||
bool waitlock; /* dont't exit when already locked */
|
||||
bool waitlock; /* don't exit when already locked */
|
||||
struct timespec intervall; /* polling intervall */
|
||||
} xiolock_t;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue