mirror of
https://github.com/curl/curl.git
synced 2026-08-26 05:43:31 +03:00
lib: fixing comment spelling typos in lib files
Closes #7894 Signed-off-by: ewlumpkin <ewlumpkin@gmail.com>
This commit is contained in:
parent
83393b1a36
commit
8e701cc978
10 changed files with 15 additions and 15 deletions
|
|
@ -257,7 +257,7 @@ CURLcode Curl_SOCKS5_gssapi_negotiate(int sockindex,
|
|||
return CURLE_COULDNT_CONNECT;
|
||||
}
|
||||
|
||||
if(socksreq[1] != 1) { /* status / messgae type */
|
||||
if(socksreq[1] != 1) { /* status / message type */
|
||||
failf(data, "Invalid GSS-API authentication response type (%d %d).",
|
||||
socksreq[0], socksreq[1]);
|
||||
gss_release_name(&gss_status, &server);
|
||||
|
|
@ -452,7 +452,7 @@ CURLcode Curl_SOCKS5_gssapi_negotiate(int sockindex,
|
|||
return CURLE_COULDNT_CONNECT;
|
||||
}
|
||||
|
||||
if(socksreq[1] != 2) { /* status / messgae type */
|
||||
if(socksreq[1] != 2) { /* status / message type */
|
||||
failf(data, "Invalid GSS-API encryption response type (%d %d).",
|
||||
socksreq[0], socksreq[1]);
|
||||
gss_delete_sec_context(&gss_status, &gss_context, NULL);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue