From: Daniel Gustafsson Date: Mon, 8 Jul 2019 11:19:35 +0000 (+0200) Subject: cleanup: fix typo in comment X-Git-Tag: curl-7_65_2~27 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=efc55b8986970f2feea6c09e62c72e81e553fd88;p=curl cleanup: fix typo in comment --- diff --git a/lib/security.c b/lib/security.c index 76951548d..550ea2da8 100644 --- a/lib/security.c +++ b/lib/security.c @@ -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) {