diff options
| author | Michael Klishin <michael@clojurewerkz.org> | 2019-02-12 23:28:53 +0300 |
|---|---|---|
| committer | Michael Klishin <michael@clojurewerkz.org> | 2019-02-12 23:28:53 +0300 |
| commit | 3efa9d81735ddbeb2e355699d01be02fd1ee7d06 (patch) | |
| tree | 7951c16b8495a1fa1a741e93e7858baa437b8dd2 /priv/schema | |
| parent | 19665bb3fd8e7c257703633f5550b35fb0775199 (diff) | |
| parent | cea04c52dcdcda16ecca5d471bdb7cc6ec16beb8 (diff) | |
| download | rabbitmq-server-git-3efa9d81735ddbeb2e355699d01be02fd1ee7d06.tar.gz | |
Merge branch 'master' into fix-more-dialyzer
Diffstat (limited to 'priv/schema')
| -rw-r--r-- | priv/schema/rabbit.schema | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/priv/schema/rabbit.schema b/priv/schema/rabbit.schema index f24e74c9ef..2617f558f7 100644 --- a/priv/schema/rabbit.schema +++ b/priv/schema/rabbit.schema @@ -903,7 +903,7 @@ fun(Conf) -> end end}. -%% Classic config-driven peer discuvery backend. +%% Classic config-driven peer discovery backend. %% %% Make clustering happen *automatically* at startup - only applied %% to nodes that have just been reset or started for the first time. @@ -1530,7 +1530,7 @@ fun(Size) when is_integer(Size) -> Size > 0 andalso Size < 536870912 end}. -{validator, "less_than_1", "Flooat is not beetween 0 and 1", +{validator, "less_than_1", "Float is not between 0 and 1", fun(Float) when is_float(Float) -> Float > 0 andalso Float < 1 end}. |
