diff options
| author | Michael Klishin <michael@clojurewerkz.org> | 2017-09-25 14:45:37 +0300 |
|---|---|---|
| committer | Michael Klishin <michael@clojurewerkz.org> | 2017-09-25 14:46:04 +0300 |
| commit | edc5d9632725b58f94fd94b4a6ba3a2ffbfbc8fc (patch) | |
| tree | b0cf448cc7c2723004de1e470ebf47f115baa15c /priv | |
| parent | 065c849786dfa916f3b1d06513636398d06ecb47 (diff) | |
| download | rabbitmq-server-git-edc5d9632725b58f94fd94b4a6ba3a2ffbfbc8fc.tar.gz | |
Wording
Diffstat (limited to 'priv')
| -rw-r--r-- | priv/schema/rabbit.schema | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/priv/schema/rabbit.schema b/priv/schema/rabbit.schema index 660f85d915..38edd6e1ca 100644 --- a/priv/schema/rabbit.schema +++ b/priv/schema/rabbit.schema @@ -1142,7 +1142,7 @@ fun(Dir) -> Res end}. -{validator, "file_accessible", "file doesnt exist or unaccessible", +{validator, "file_accessible", "file doesn/t exist or isn't readable", fun(File) -> ReadFile = file:read_file_info(File), element(1, ReadFile) == ok |
