We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5773303 commit 7625422Copy full SHA for 7625422
1 file changed
testssl.sh
@@ -17221,10 +17221,10 @@ run_renego() {
17221
tmp_result=$?
17222
pkill -HUP -P $watcher
17223
wait $watcher
17224
- # Stop any backgroud wait loop
+ # Stop any background wait loop
17225
rm -f $TEMPDIR/allowed_to_loop
17226
# 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.
+ # It could be less than the numbers of "for" iterations (minus one) in case of late server close.
17228
loop_reneg=$(grep -ac '^RENEGOTIATING' $ERRFILE)
17229
# As above, some servers close the connection and return value is zero
17230
if (tail -5 $TMPFILE| grep -qa '^closed'); then
0 commit comments