fix spellcheck

This commit is contained in:
Yuri S 2019-07-01 13:04:51 +05:00
parent 1967a5db64
commit 834dacf115

View File

@ -105,7 +105,6 @@ dns_vultr_rm() {
_get_root() { _get_root() {
domain=$1 domain=$1
i=1 i=1
p=1
while true; do while true; do
h=$(printf "%s" "$domain" | cut -d . -f $i-100) h=$(printf "%s" "$domain" | cut -d . -f $i-100)
_debug h "$h" _debug h "$h"
@ -130,7 +129,6 @@ _get_root() {
_err "$response" _err "$response"
return 1 return 1
fi fi
p=$i
i=$(_math "$i" + 1) i=$(_math "$i" + 1)
done done