diff options
author | Daniel Gustafsson <daniel@yesql.se> | 2019-07-08 13:19:35 +0200 |
---|---|---|
committer | Daniel Gustafsson <daniel@yesql.se> | 2019-07-08 13:19:35 +0200 |
commit | efc55b8986970f2feea6c09e62c72e81e553fd88 (patch) | |
tree | 289eefc420a15dca88c3b4ad2593c99a17f25156 /lib/security.c | |
parent | 0dc3be9aa9b1573fe2e89bba8d4f1b172adc1b2a (diff) | |
download | curl-efc55b8986970f2feea6c09e62c72e81e553fd88.tar.gz |
cleanup: fix typo in comment
Diffstat (limited to 'lib/security.c')
-rw-r--r-- | lib/security.c | 2 |
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) { |