From 76254229761e9f224643ef58a7b719679903a62d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emmanuel=20Fust=C3=A9?= Date: Mon, 4 Nov 2024 21:02:03 +0100 Subject: [PATCH] Spell fix --- testssl.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testssl.sh b/testssl.sh index 986f4b8..775b7a3 100755 --- a/testssl.sh +++ b/testssl.sh @@ -17221,10 +17221,10 @@ run_renego() { tmp_result=$? pkill -HUP -P $watcher wait $watcher - # Stop any backgroud wait loop + # Stop any background wait loop rm -f $TEMPDIR/allowed_to_loop # If we are here, we have done the loop. Count the effective renego attempts. - # It could be less than the numbers of "for" itterations (minus one) in case of late server close. + # It could be less than the numbers of "for" iterations (minus one) in case of late server close. loop_reneg=$(grep -ac '^RENEGOTIATING' $ERRFILE) # As above, some servers close the connection and return value is zero if (tail -5 $TMPFILE| grep -qa '^closed'); then