mirror of
https://github.com/curl/curl.git
synced 2026-08-25 12:03:39 +03:00
misc: spelling fixes
Mostly in comments but also in the -w documentation for headers_json. Closes #8647
This commit is contained in:
parent
adb3ecff8d
commit
a3f4d7cee9
7 changed files with 12 additions and 12 deletions
|
|
@ -938,9 +938,9 @@ static OSStatus SocketWrite(SSLConnectionRef connection,
|
|||
#ifndef CURL_DISABLE_VERBOSE_STRINGS
|
||||
CF_INLINE const char *TLSCipherNameForNumber(SSLCipherSuite cipher)
|
||||
{
|
||||
/* The first ciphers in the ciphertable are continuos. Here we do small
|
||||
/* The first ciphers in the ciphertable are continuous. Here we do small
|
||||
optimization and instead of loop directly get SSL name by cipher number.
|
||||
*/
|
||||
*/
|
||||
if(cipher <= SSL_FORTEZZA_DMS_WITH_FORTEZZA_CBC_SHA) {
|
||||
return ciphertable[cipher].name;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue