fix comment typo

This commit is contained in:
Asif Bacchus 2019-10-17 01:31:52 -06:00
parent a47dccd84c
commit 0fa9308757
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ if [ "$HSTS" = TRUE ]; then
printf "done\n"
fi
# activate SSL configuration as appropraite and only if certs exist
# activate SSL configuration as appropriate and only if certs exist
if [ "$TLS13_ONLY" = FALSE ]; then
if [ -f "/certs/fullchain.pem" ] && \
[ -f "/certs/privkey.pem" ] && \