From 004608179988a12cffcecfa9981303270d445eff Mon Sep 17 00:00:00 2001 From: Luke Bratch Date: Wed, 21 Nov 2018 22:40:53 +0000 Subject: Spelling correction --- certexpiry.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certexpiry.sh b/certexpiry.sh index aa034ba..90c5fd6 100755 --- a/certexpiry.sh +++ b/certexpiry.sh @@ -27,7 +27,7 @@ for HOSTANDPORT in "${HOSTSANDPORTS[@]}" ; do STARTTLS="" if [ "$PORT" = "" ] ; then - # Assume 443 if not port specified + # Assume 443 if no port specified PORT=443 elif [ "$PORT" -eq 25 ] ; then # Assume SMTP STARTTLS if port 25 -- cgit v1.2.3