Issue #2850 : grammar corrections for "exists" and "exist".

This commit is contained in:
Tony Gravagno
2020-06-29 11:29:10 -07:00
parent 71a5f0e84e
commit eca57beec1
8 changed files with 15 additions and 14 deletions

View File

@@ -91,7 +91,7 @@ dns_gd_rm() {
fi
if ! _contains "$response" "$txtvalue"; then
_info "The record is not existing, skip"
_info "The record does not exist, skip"
return 0
fi