summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gustafsson <daniel@yesql.se>2019-07-08 13:19:35 +0200
committerDaniel Gustafsson <daniel@yesql.se>2019-07-08 13:19:35 +0200
commitefc55b8986970f2feea6c09e62c72e81e553fd88 (patch)
tree289eefc420a15dca88c3b4ad2593c99a17f25156
parent0dc3be9aa9b1573fe2e89bba8d4f1b172adc1b2a (diff)
downloadcurl-efc55b8986970f2feea6c09e62c72e81e553fd88.tar.gz
cleanup: fix typo in comment
-rw-r--r--lib/security.c2
1 files changed, 1 insertions, 1 deletions
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)
{