Fixed spelling

This commit is contained in:
hyper 2016-11-21 13:25:37 +01:00 committed by sjau
parent cd2b47db0f
commit aeda19da78

View File

@ -15,7 +15,7 @@
dns_ispconfig_add() { dns_ispconfig_add() {
fulldomain="${1}" fulldomain="${1}"
txtvalue="${2}" txtvalue="${2}"
_ISPC_Credentials && _ISPC_login && _ISPC_getZoneInfo && _ISPC_addTxt || return 1 _ISPC_credentials && _ISPC_login && _ISPC_getZoneInfo && _ISPC_addTxt || return 1
} }
#Usage: dns_myapi_rm _acme-challenge.www.domain.com #Usage: dns_myapi_rm _acme-challenge.www.domain.com