Skip to content

Commit dc8721c

Browse files
committed
fix spellcheck issues
1 parent 8a1e907 commit dc8721c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codespell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ jobs:
1313
- uses: codespell-project/actions-codespell@master
1414
with:
1515
skip: ca_hashes.txt,tls_data.txt,*.pem,OPENSSL-LICENSE.txt
16-
ignore_words_list: borken,gost,ciph,ba,bloc,isnt,chello,fo,alle,anull
16+
ignore_words_list: borken,gost,ciph,ba,bloc,isnt,chello,fo,alle,anull,Widgits,Manuel

testssl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17814,7 +17814,7 @@ run_tls_fallback_scsv() {
1781417814
pr_svrty_good "Probably OK. "
1781517815
fileout "$jsonID" "OK" "Probably oK"
1781617816
# see RFC 7507, https://github.com/drwetter/testssl.sh/issues/121
17817-
# other case reported by Nicolas was F5 and at costumer of mine: the same
17817+
# other case reported by Nicolas was F5 and at customer of mine: the same
1781817818
pr_svrty_medium "But received non-RFC-compliant \"handshake failure\" instead of \"inappropriate fallback\""
1781917819
fileout "$jsonID" "MEDIUM" "received non-RFC-compliant \"handshake failure\" instead of \"inappropriate fallback\""
1782017820
elif grep -qa "ssl handshake failure" "$TMPFILE"; then

0 commit comments

Comments
 (0)