diff --git a/get-certs.sh b/get-certs.sh index 11be74d..5191d91 100755 --- a/get-certs.sh +++ b/get-certs.sh @@ -201,6 +201,6 @@ if [ $acme_renew_state == "0" ]; then echo "Remember to create a cron job to run this script once a week." exit 0 else - echo "Someething when wrong when trying to get/renew the certificate." + echo "Something when wrong when trying to get/renew the certificate." exit $acme_renew_state fi