From 8e15454f4cefc44f6b5a5398c083ad0b90ee82f1 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Fri, 24 Mar 2017 13:11:24 +0100 Subject: [PATCH] Typo --- testssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testssl.sh b/testssl.sh index d2edbca..0ebace4 100755 --- a/testssl.sh +++ b/testssl.sh @@ -313,7 +313,7 @@ readonly SSLv2_CLIENT_HELLO=" ###### output functions ###### -# a little bit of sanitzing with bash internal search&replace -- otherwise printf will hiccup at '%' and '--' does the rest. +# a little bit of sanitizing with bash internal search&replace -- otherwise printf will hiccup at '%' and '--' does the rest. out(){ # if [[ "$BASH_VERSINFO" -eq 4 ]]; then printf -- "%b" "${1//%/%%}"