spelling fixes

This commit is contained in:
klemens
2016-12-14 21:32:24 +01:00
parent f9085fedd7
commit 329174b6d9
15 changed files with 19 additions and 19 deletions

View File

@@ -30,7 +30,7 @@ dns_ispconfig_rm() {
_ISPC_credentials && _ISPC_login && _ISPC_rmTxt
}
#################### Private functions bellow ##################################
#################### Private functions below ##################################
_ISPC_credentials() {
if [ -z "${ISPC_User}" ] || [ -z "$ISPC_Password" ] || [ -z "${ISPC_Api}" ] || [ -z "${ISPC_Api_Insecure}" ]; then