spelling: specified

This commit is contained in:
Josh Soref 2017-03-26 05:30:58 +00:00
parent 00777a10ae
commit f3c984281c
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ dns_gandi_livedns_add() {
txtvalue=$2
if [ -z "$GANDI_LIVEDNS_KEY" ]; then
_err "No API key specifed for Gandi LiveDNS."
_err "No API key specified for Gandi LiveDNS."
_err "Create your key and export it as GANDI_LIVEDNS_KEY"
return 1
fi