From 5440b24b925f5bb5a19e62186c25974c41250d3c Mon Sep 17 00:00:00 2001 From: Peter Mosmans Date: Tue, 24 Feb 2015 14:57:43 +1000 Subject: [PATCH] FIX: minor spelling issue --- testssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testssl.sh b/testssl.sh index 45ac47b..fe795ad 100755 --- a/testssl.sh +++ b/testssl.sh @@ -2308,7 +2308,7 @@ starttls() { $OPENSSL s_client -connect $NODEIP:$PORT $SNI -starttls $protocol $TMPFILE 2>&1 ret=$? if [ $ret -ne 0 ]; then - pr_bold "Problem: $OPENSSL couldn't estabilish STARTTLS via $protocol"; outln + pr_bold "Problem: $OPENSSL couldn't establish STARTTLS via $protocol"; outln cat $TMPFILE return 3 else