1
0
mirror of https://github.com/hiskaNG/acme.sh.git synced 2026-08-23 14:22:58 +00:00

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
+1 -1
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