mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-12-24 12:14:23 +08:00
spelling fixes
This commit is contained in:
@@ -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 ##################################
|
||||
|
||||
Reference in New Issue
Block a user