summaryrefslogtreecommitdiff
path: root/lib/krb5.c
diff options
context:
space:
mode:
authorEddie Lumpkin <ewlumpkin@gmail.com>2021-10-22 18:59:11 +0000
committerDaniel Stenberg <daniel@haxx.se>2021-10-22 22:53:44 +0200
commit8e701cc978430d638517d025fade2b0dc1ae9b73 (patch)
treeb1cd344025e01067e65f720166e99e82f27eb7a0 /lib/krb5.c
parent83393b1a3613ec4e99502ff01ac936994841ced9 (diff)
downloadcurl-8e701cc978430d638517d025fade2b0dc1ae9b73.tar.gz
lib: fixing comment spelling typos in lib files
Closes #7894 Signed-off-by: ewlumpkin <ewlumpkin@gmail.com>
Diffstat (limited to 'lib/krb5.c')
-rw-r--r--lib/krb5.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/krb5.c b/lib/krb5.c
index bb2930151..afe425b04 100644
--- a/lib/krb5.c
+++ b/lib/krb5.c
@@ -684,7 +684,7 @@ int Curl_sec_read_msg(struct Curl_easy *data, struct connectdata *conn,
(void) data;
if(!conn->mech)
- /* not inititalized, return error */
+ /* not initialized, return error */
return -1;
DEBUGASSERT(level > PROT_NONE && level < PROT_LAST);
@@ -768,7 +768,7 @@ static int sec_set_protection_level(struct Curl_easy *data)
}
}
- /* Now try to negiociate the protection level. */
+ /* Now try to negotiate the protection level. */
code = ftp_send_command(data, "PROT %c", level_to_char(level));
if(code < 0)