From f817927c4dc54ce089a1c3a81b36f91067e338b2 Mon Sep 17 00:00:00 2001 From: Philippe Pittoli Date: Tue, 29 Jul 2025 16:58:23 +0200 Subject: [PATCH] Typo --- deployment/primary-dnsmanagerd-to-powerdns.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }