Unverified Commit 41b6aebe authored by neil's avatar neil Committed by GitHub
Browse files

Merge pull request #4574 from systemcrash/patch-1

Spelling / grammar
parents 7d503322 6ee72e11
...@@ -107,7 +107,7 @@ _loopia_load_config() { ...@@ -107,7 +107,7 @@ _loopia_load_config() {
fi fi
if _contains "$LOOPIA_Password" "'" || _contains "$LOOPIA_Password" '"'; then if _contains "$LOOPIA_Password" "'" || _contains "$LOOPIA_Password" '"'; then
_err "Password contains quoute or double quoute and this is not supported by dns_loopia.sh" _err "Password contains a quotation mark or double quotation marks and this is not supported by dns_loopia.sh"
return 1 return 1
fi fi
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment