correct a typo

This commit is contained in:
Lifeboy 2024-08-27 17:06:36 +02:00
parent fa3591f4f2
commit fab292d2de

View File

@ -27,7 +27,7 @@ dns_miab_add() {
return 1
fi
#check domain and seperate into doamin and host
#check domain and seperate into domain and host
if ! _get_root "$fulldomain"; then
_err "Cannot find any part of ${fulldomain} is hosted on ${MIAB_Server}"
return 1