summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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