summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Bratch <luke@bratch.co.uk>2018-11-21 22:40:53 +0000
committerLuke Bratch <luke@bratch.co.uk>2018-11-21 22:40:53 +0000
commit004608179988a12cffcecfa9981303270d445eff (patch)
tree67e3b7dfa91c262750767dd1c6f5e47d1d6ff26d
parent123dd5844901cbfa2abd49cdb21989b7b4c5c296 (diff)
Spelling correction
-rwxr-xr-xcertexpiry.sh2
1 files changed, 1 insertions, 1 deletions
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