diff options
| author | Jean-Sébastien Pédron <jean-sebastien@rabbitmq.com> | 2020-04-07 11:56:19 +0200 |
|---|---|---|
| committer | Jean-Sébastien Pédron <jean-sebastien@rabbitmq.com> | 2020-04-09 10:21:18 +0200 |
| commit | e034a68583c3f8725f56e2a1b0260acbde22beff (patch) | |
| tree | 8427882dc74f8dba918119b0d41ba610250c51f3 | |
| parent | dd45ad5375906e58a673f78264135354c343b0dc (diff) | |
| download | rabbitmq-server-git-e034a68583c3f8725f56e2a1b0260acbde22beff.tar.gz | |
rabbit_feature_flags: Translate a comment to English
Why did I write this in French in the first place?
While here, fix a typo in the comment nearby.
| -rw-r--r-- | src/rabbit_feature_flags.erl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/rabbit_feature_flags.erl b/src/rabbit_feature_flags.erl index 6d183cfe42..e8cf31e0b7 100644 --- a/src/rabbit_feature_flags.erl +++ b/src/rabbit_feature_flags.erl @@ -1733,14 +1733,14 @@ check_node_compatibility(Node, Timeout) -> %% The goal is that such feature flags are not blocking the %% communication between nodes because the code (which would %% break) is missing on those nodes. Therefore they should not be - %% considered when determinig compatibility. + %% considered when determining compatibility. exchange_feature_flags_from_unknown_apps(Node, Timeout), - %% FIXME FIXME FIXME - %% Quand on tente de mettre deux nœuds en cluster, on a : + %% FIXME: + %% When we try to cluster two nodes, we get: %% Feature flags: starting an unclustered node: all feature flags %% will be enabled by default - %% Ça ne devrait sans doute pas être le cas... + %% It should probably not be the case... %% We can now proceed with the actual compatibility check. rabbit_log_feature_flags:debug( |
