Fix typos found by codespell

This commit is contained in:
Karsten Weiss
2018-04-10 13:46:43 +02:00
parent eb3b3a1988
commit eead9f62d9
9 changed files with 56 additions and 56 deletions

View File

@ -123,7 +123,7 @@ send_clienthello() {
# length of SessionTicket TLS
x00, $xlen_tckt_tls,
# Session Ticket
$session_tckt_tls # here we have the comma aleady
$session_tckt_tls # here we have the comma already
# Extension: Heartbeat
x00, x0f, x00, x01, x01"
@ -328,7 +328,7 @@ done
echo
if ! "$early_exit"; then
# here we test the replys if a TLS server hello was received >1x
# here we test the replies if a TLS server hello was received >1x
for i in 1 2 3 ; do
if grep -q $sid_input <<< "${sid_detected[i]}"; then
# was our faked TLS SID returned?