mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 12:23:37 +02:00
typo fixes - https://github.com/vlajos/misspell_fixer
This commit is contained in:
parent
688fc817dd
commit
f285332c5b
15 changed files with 26 additions and 26 deletions
|
|
@ -109,7 +109,7 @@ static int buffer_add(NET_SENDBUF_REC *rec, const void *data, int size)
|
|||
|
||||
/* Send data, if all of it couldn't be sent immediately, it will be resent
|
||||
automatically after a while. Returns -1 if some unrecoverable error
|
||||
occured. */
|
||||
occurred. */
|
||||
int net_sendbuffer_send(NET_SENDBUF_REC *rec, const void *data, int size)
|
||||
{
|
||||
int ret;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue