From f51c4a0e6753bb8b0a8d2bfcb69ec590e73a1469 Mon Sep 17 00:00:00 2001 From: LXtend Date: Mon, 24 Apr 2023 10:55:08 +0800 Subject: [PATCH] Update dns_dynv6.sh:Fix the spelling problem dnyv6->dynv6 --- dnsapi/dns_dynv6.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dnsapi/dns_dynv6.sh b/dnsapi/dns_dynv6.sh index 90814b1b..a24f1097 100644 --- a/dnsapi/dns_dynv6.sh +++ b/dnsapi/dns_dynv6.sh @@ -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 }