1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

cleanup: fix typo in comment

This commit is contained in:
Daniel Gustafsson 2019-07-08 13:19:35 +02:00
parent 0dc3be9aa9
commit efc55b8986

View File

@ -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 /* 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, static void do_sec_send(struct connectdata *conn, curl_socket_t fd,
const char *from, int length) const char *from, int length)
{ {