Fix spelling

This commit is contained in:
Eric Nemchik 2022-12-08 15:42:08 +00:00
parent 77d02ad824
commit 779c55fed6

View File

@ -252,7 +252,7 @@ if [[ "${VALIDATION}" = "dns" ]]; then
if [[ "${DNSPLUGIN}" =~ ^(route53|standalone)$ ]]; then
DNSCREDENTIALSPARAM=""
fi
# plugins that don't support setting propogation
# plugins that don't support setting propagation
if [[ "${DNSPLUGIN}" =~ ^(azure|gandi|standalone)$ ]]; then
if [[ -n "${PROPAGATION}" ]]; then echo "${DNSPLUGIN} dns plugin does not support setting propagation time"; fi
PROPAGATIONPARAM=""