1
0
mirror of https://github.com/hiskaNG/acme.sh.git synced 2026-08-16 19:03:03 +00:00

Fix typo: Geting -> Getting

This commit is contained in:
kaklakariada
2016-03-06 18:12:36 +01:00
parent 0d11bd5cb9
commit b5ec3615d0
+1 -1
View File
@@ -660,7 +660,7 @@ issue() {
alldomains=$(echo "$Le_Domain,$Le_Alt" | tr ',' ' ' )
for d in $alldomains
do
_info "Geting token for domain" $d
_info "Getting token for domain" $d
_send_signed_request "$API/acme/new-authz" "{\"resource\": \"new-authz\", \"identifier\": {\"type\": \"dns\", \"value\": \"$d\"}}"
if [ ! -z "$code" ] && [ ! "$code" == '201' ] ; then
_err "new-authz error: $response"