Skip to content

Commit 7625422

Browse files
committed
Spell fix
1 parent 5773303 commit 7625422

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

testssl.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17221,10 +17221,10 @@ run_renego() {
1722117221
tmp_result=$?
1722217222
pkill -HUP -P $watcher
1722317223
wait $watcher
17224-
# Stop any backgroud wait loop
17224+
# Stop any background wait loop
1722517225
rm -f $TEMPDIR/allowed_to_loop
1722617226
# If we are here, we have done the loop. Count the effective renego attempts.
17227-
# It could be less than the numbers of "for" itterations (minus one) in case of late server close.
17227+
# It could be less than the numbers of "for" iterations (minus one) in case of late server close.
1722817228
loop_reneg=$(grep -ac '^RENEGOTIATING' $ERRFILE)
1722917229
# As above, some servers close the connection and return value is zero
1723017230
if (tail -5 $TMPFILE| grep -qa '^closed'); then

0 commit comments

Comments
 (0)