diff --git a/deployment/primary-dnsmanagerd-to-powerdns.sh b/deployment/primary-dnsmanagerd-to-powerdns.sh index cfbe7ba..a25deb0 100755 --- a/deployment/primary-dnsmanagerd-to-powerdns.sh +++ b/deployment/primary-dnsmanagerd-to-powerdns.sh @@ -12,7 +12,7 @@ test_domain_validity() { local_update() { echo "update domain $1" - # Simulate what is done with dnsmanagerd to avoir file corruption. + # Simulate what is done with dnsmanagerd to avoid file corruption. cp $DNSMANDIR/$1 $PDNSDIR/$1.wip mv $PDNSDIR/$1.wip $PDNSDIR/$1 }