diff options
| author | Michael Klishin <michael@clojurewerkz.org> | 2019-02-13 05:22:44 +0300 |
|---|---|---|
| committer | Michael Klishin <michael@clojurewerkz.org> | 2019-02-13 05:22:44 +0300 |
| commit | 7521ab498a4954eac580e0cf19affd1b9e8ae3d6 (patch) | |
| tree | ba3f35c96e598eedc016c8006b13d1c569c4fd30 /priv/schema | |
| parent | 76c7a01fe4871d1d64057214b68f8246d265322c (diff) | |
| parent | 414b75c67643da7f7b6d5e02bc777639ac92bc3c (diff) | |
| download | rabbitmq-server-git-7521ab498a4954eac580e0cf19affd1b9e8ae3d6.tar.gz | |
Merge branch 'master' into rabbitmq-server-1873-binding-recovery
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}. |
