]> granicus.if.org Git - curl/commitdiff
cleanup: fix typo in comment
authorDaniel Gustafsson <daniel@yesql.se>
Mon, 8 Jul 2019 11:19:35 +0000 (13:19 +0200)
committerDaniel Gustafsson <daniel@yesql.se>
Mon, 8 Jul 2019 11:19:35 +0000 (13:19 +0200)
lib/security.c

index 76951548d954d325f73009d41b4fd36f6fd30818..550ea2da8db17fe40d9ea784ff2f52ec7edbdcc0 100644 (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
-   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)
 {