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

@@ -23,7 +23,7 @@ dns_myapi_add() {
}
#Usage: fulldomain txtvalue
#Remove the txt record afer validation.
#Remove the txt record after validation.
dns_myapi_rm() {
fulldomain=$1
txtvalue=$2
@@ -32,4 +32,4 @@ dns_myapi_rm() {
_debug txtvalue "$txtvalue"
}
#################### Private functions bellow ##################################
#################### Private functions below ##################################