mirror of
https://github.com/curl/curl.git
synced 2026-05-30 11:07:27 +03:00
cleanup: fix typo in comment
This commit is contained in:
parent
0dc3be9aa9
commit
efc55b8986
1 changed files with 1 additions and 1 deletions
|
|
@ -267,7 +267,7 @@ static ssize_t sec_recv(struct connectdata *conn, int sockindex,
|
|||
}
|
||||
|
||||
/* Send |length| bytes from |from| to the |fd| socket taking care of encoding
|
||||
and negociating with the server. |from| can be NULL. */
|
||||
and negotiating with the server. |from| can be NULL. */
|
||||
static void do_sec_send(struct connectdata *conn, curl_socket_t fd,
|
||||
const char *from, int length)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue