From efc55b8986970f2feea6c09e62c72e81e553fd88 Mon Sep 17 00:00:00 2001 From: Daniel Gustafsson Date: Mon, 8 Jul 2019 13:19:35 +0200 Subject: [PATCH] cleanup: fix typo in comment --- lib/security.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.40.0