backend/remote: fix a small typo

This commit is contained in:
Sander van Harmelen 2019-01-18 19:40:57 +01:00
parent 9ba5b1b507
commit 8937fedb76

View File

@ -822,7 +822,7 @@ func generalError(msg string, err error) error {
fmt.Sprintf("%s: %v", msg, err),
`The configured "remote" backend returns '404 Not Found' errors for resources `+
`that do not exist, as well as for resources that a user doesn't have access `+
`to. When the resource does exists, please check the rights for the used token.`,
`to. If the resource does exists, please check the rights for the used token.`,
))
return diags.Err()
default: