Browse Source

spelling: challenge

Josh Soref 8 years ago
parent
commit
291c97dc81
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dnsapi/dns_freedns.sh

+ 1 - 1
dnsapi/dns_freedns.sh

@@ -112,7 +112,7 @@ dns_freedns_add() {
           # not produce accurate results as the value field is truncated
           # on this webpage. To get full value we would need to load
           # another page. However we don't really need this so long as
-          # there is only one TXT record for the acme chalenge subdomain.
+          # there is only one TXT record for the acme challenge subdomain.
           DNSvalue="$(echo "$line" | cut -d ',' -f 4 | sed 's/^[^&quot;]*&quot;//;s/&quot;.*//;s/<\/td>.*//')"
           if [ $found != 0 ]; then
             break