Fix spelling

This commit is contained in:
ValdikSS 2021-12-26 18:42:26 +03:00
parent 1ea70f9bc9
commit fc15088c33
1 changed files with 1 additions and 1 deletions

View File

@ -348,7 +348,7 @@ static int find_header_and_get_info(const char *pktdata, unsigned int pktlen,
}
/**
* Very crude Sever Name Indication (TLS ClientHello hostname) extractor.
* Very crude Server Name Indication (TLS ClientHello hostname) extractor.
*/
static int extract_sni(const char *pktdata, unsigned int pktlen,
char **hostnameaddr, unsigned int *hostnamelen) {