Fix typo.

This commit is contained in:
Motiejus Eringis 2018-03-13 19:15:34 +02:00
parent e4be9c6a6c
commit 18ef67edad

View File

@ -204,7 +204,7 @@ _cf_rest() {
return 0
}
# Check if Cloudflare's reponse name value contains given domain
# Check if Cloudflare's response name value contains given domain
_cf_response_name_contains() {
if _is_idna_punycode "$1"; then