diff --git a/src/goodbyedpi.c b/src/goodbyedpi.c index 778e6be..c26acdf 100644 --- a/src/goodbyedpi.c +++ b/src/goodbyedpi.c @@ -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) {