spelling fixes, as seen on lintian.debian.org

This commit is contained in:
klemens
2016-07-11 21:57:50 +02:00
parent 20443861eb
commit d45c03a1ad
14 changed files with 22 additions and 22 deletions

View File

@ -43,7 +43,7 @@ typedef int (*p_send) (
/* interface to recv function */
typedef int (*p_recv) (
void *ctx, /* context needed by recv */
char *data, /* pointer to buffer where data will be writen */
char *data, /* pointer to buffer where data will be written */
size_t count, /* number of bytes to receive into buffer */
size_t *got, /* number of bytes received uppon return */
p_timeout tm /* timeout control */