]> git.proxmox.com Git - mirror_acme.sh.git/commitdiff
spelling fixes
authorklemens <ka7@github.com>
Wed, 14 Dec 2016 20:32:24 +0000 (21:32 +0100)
committerklemens <ka7@github.com>
Wed, 14 Dec 2016 20:32:24 +0000 (21:32 +0100)
15 files changed:
README.md
acme.sh
dnsapi/dns_ali.sh
dnsapi/dns_aws.sh
dnsapi/dns_cf.sh
dnsapi/dns_cx.sh
dnsapi/dns_dp.sh
dnsapi/dns_gd.sh
dnsapi/dns_ispconfig.sh
dnsapi/dns_lua.sh
dnsapi/dns_me.sh
dnsapi/dns_myapi.sh
dnsapi/dns_nsupdate.sh
dnsapi/dns_ovh.sh
dnsapi/dns_pdns.sh

index 1e5637957d6e3c6b10c27b2f2244150bc415c670..a9d5d31d953d2fc519526170cc48fffc145e4016 100644 (file)
--- a/README.md
+++ b/README.md
@@ -321,7 +321,7 @@ acme.sh --renew -d example.com --force --ecc
 
 # 11. How to upgrade `acme.sh`
 
-acme.sh is in constant developement, so it's strongly recommended to use the latest code.
+acme.sh is in constant development, so it's strongly recommended to use the latest code.
 
 You can update acme.sh to the latest code:
 
diff --git a/acme.sh b/acme.sh
index 6803616a785c857b76b6fadb265c6342ae4be45d..75d4be802bc82e2e5d3568170d4f129b95032526 100755 (executable)
--- a/acme.sh
+++ b/acme.sh
@@ -1913,7 +1913,7 @@ _setApache() {
   fi
   _info "JFYI, Config file $httpdconf is backuped to $APACHE_CONF_BACKUP_DIR/$httpdconfname"
   _info "In case there is an error that can not be restored automatically, you may try restore it yourself."
-  _info "The backup file will be deleted on sucess, just forget it."
+  _info "The backup file will be deleted on success, just forget it."
 
   #add alias
 
@@ -3780,7 +3780,7 @@ install() {
   if [ -z "$NO_DETECT_SH" ]; then
     #Modify shebang
     if _exists bash; then
-      _info "Good, bash is found, so change the shebang to use bash as prefered."
+      _info "Good, bash is found, so change the shebang to use bash as preferred."
       _shebang='#!/usr/bin/env bash'
       _setShebang "$LE_WORKING_DIR/$PROJECT_ENTRY" "$_shebang"
       for subf in $_SUB_FOLDERS; do
index 3086721942380b272776b3aaabaf556d21afcdb6..98c56f87883072c6c3323e2e21dbdf5328d7063d 100644 (file)
@@ -35,7 +35,7 @@ dns_ali_rm() {
   _clean
 }
 
-####################  Private functions bellow ##################################
+####################  Private functions below ##################################
 
 _get_root() {
   domain=$1
index 63542ccb8ba63e1de223886c5c28aa0d03d56516..86d4d0446048bb5e6882f8501e9d71ceeb70f900 100644 (file)
@@ -42,7 +42,7 @@ dns_aws_add() {
   _aws_tmpl_xml="<ChangeResourceRecordSetsRequest xmlns=\"https://route53.amazonaws.com/doc/2013-04-01/\"><ChangeBatch><Changes><Change><Action>UPSERT</Action><ResourceRecordSet><Name>$fulldomain</Name><Type>TXT</Type><TTL>300</TTL><ResourceRecords><ResourceRecord><Value>\"$txtvalue\"</Value></ResourceRecord></ResourceRecords></ResourceRecordSet></Change></Changes></ChangeBatch></ChangeResourceRecordSetsRequest>"
 
   if aws_rest POST "2013-04-01$_domain_id/rrset/" "" "$_aws_tmpl_xml" && _contains "$response" "ChangeResourceRecordSetsResponse"; then
-    _info "txt record updated sucess."
+    _info "txt record updated success."
     return 0
   fi
 
@@ -66,7 +66,7 @@ dns_aws_rm() {
   _aws_tmpl_xml="<ChangeResourceRecordSetsRequest xmlns=\"https://route53.amazonaws.com/doc/2013-04-01/\"><ChangeBatch><Changes><Change><Action>DELETE</Action><ResourceRecordSet><ResourceRecords><ResourceRecord><Value>\"$txtvalue\"</Value></ResourceRecord></ResourceRecords><Name>$fulldomain.</Name><Type>TXT</Type><TTL>300</TTL></ResourceRecordSet></Change></Changes></ChangeBatch></ChangeResourceRecordSetsRequest>"
 
   if aws_rest POST "2013-04-01$_domain_id/rrset/" "" "$_aws_tmpl_xml" && _contains "$response" "ChangeResourceRecordSetsResponse"; then
-    _info "txt record deleted sucess."
+    _info "txt record deleted success."
     return 0
   fi
 
@@ -74,7 +74,7 @@ dns_aws_rm() {
 
 }
 
-####################  Private functions bellow ##################################
+####################  Private functions below ##################################
 
 _get_root() {
   domain=$1
index 309eee51ae164aa22a40da8bc1f1ed4aca4dd5e9..e13e6d7ef49607a460641a3d884988fa1d246a82 100755 (executable)
@@ -120,7 +120,7 @@ dns_cf_rm() {
 
 }
 
-####################  Private functions bellow ##################################
+####################  Private functions below ##################################
 #_acme-challenge.www.domain.com
 #returns
 # _sub_domain=_acme-challenge.www
index 86a7b2d0f454ced1ba170721dcd1b6bf481857e9..f7f2081201db116d41cb202adbabcfc2f2bfa1f2 100755 (executable)
@@ -131,7 +131,7 @@ update_record() {
   return 1
 }
 
-####################  Private functions bellow ##################################
+####################  Private functions below ##################################
 #_acme-challenge.www.domain.com
 #returns
 # _sub_domain=_acme-challenge.www
index e2952d71128ddcc5f9632adf42a627d275ac67cc..06833b4bf10594e07a06dc685cfe0e75db7c117d 100755 (executable)
@@ -158,7 +158,7 @@ update_record() {
   return 1 #error
 }
 
-####################  Private functions bellow ##################################
+####################  Private functions below ##################################
 #_acme-challenge.www.domain.com
 #returns
 # _sub_domain=_acme-challenge.www
index 9470ed22910bf73c7137d938c62513b84afe8562..81000561842f7775a83616c6a558d02c8bbab125 100755 (executable)
@@ -59,7 +59,7 @@ dns_gd_rm() {
 
 }
 
-####################  Private functions bellow ##################################
+####################  Private functions below ##################################
 #_acme-challenge.www.domain.com
 #returns
 # _sub_domain=_acme-challenge.www
index 789b626756018fc67451ddcdd126146b145b42bd..a84d95d7d0086a73d048e25564c126ac10c62391 100755 (executable)
@@ -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
index 2c7ec4b31a98d0b07790d9df8d985df4271bd663..bc06b3ef17fdb7cdf4a9c739d560ce67ce2cd96c 100755 (executable)
@@ -84,7 +84,7 @@ dns_lua_rm() {
 
 }
 
-####################  Private functions bellow ##################################
+####################  Private functions below ##################################
 #_acme-challenge.www.domain.com
 #returns
 # _sub_domain=_acme-challenge.www
index 2a03f5339e41ef9e0f89818517a12dc502133fa0..d7a1b19f0048c5d998d7e34cef178e322d7aa351 100755 (executable)
@@ -81,7 +81,7 @@ dns_me_rm() {
 
 }
 
-####################  Private functions bellow ##################################
+####################  Private functions below ##################################
 #_acme-challenge.www.domain.com
 #returns
 # _sub_domain=_acme-challenge.www
index e5a98dd9bce69fd0b7ef5fdf2c8f05a1b5c53b2b..6bf625081c4a94aadea03840586732462a77b3b4 100755 (executable)
@@ -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 ##################################
index 8067d2fe65631222a0369ca0d79d4fe6cbbc3177..7acb2ef77de5478e518a35ac7bf8979da00b85c9 100755 (executable)
@@ -44,7 +44,7 @@ EOF
   return 0
 }
 
-####################  Private functions bellow ##################################
+####################  Private functions below ##################################
 
 _checkKeyFile() {
   if [ -z "${NSUPDATE_KEY}" ]; then
index 377b3de1e92f133939dd604cf9ac5b529d3c308b..18b9c3410f843d2ee1e1af9a84193ae581df3362 100755 (executable)
@@ -182,7 +182,7 @@ dns_ovh_rm() {
 
 }
 
-####################  Private functions bellow ##################################
+####################  Private functions below ##################################
 
 _ovh_authentication() {
 
index a2c2907574fdccd00d167f020e79bfc53e405135..06763d8803d64a224e176a39a08ebc2b742eb774 100755 (executable)
@@ -130,7 +130,7 @@ notify_slaves() {
   return 0
 }
 
-####################  Private functions bellow ##################################
+####################  Private functions below ##################################
 #_acme-challenge.www.domain.com
 #returns
 # _domain=domain.com