Update dns_dynv6.sh:Fix the spelling problem

dnyv6->dynv6
This commit is contained in:
LXtend 2023-04-24 10:55:08 +08:00 committed by GitHub
parent b937665b90
commit f51c4a0e67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -101,7 +101,7 @@ _get_domain() {
return 0
fi
done
_err "Either their is no such host on your dnyv6 account or it cannot be accessed with this key"
_err "Either their is no such host on your dynv6 account or it cannot be accessed with this key"
return 1
}