summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2019-02-12 12:28:58 -0500
committerJosh Soref <jsoref@users.noreply.github.com>2019-02-12 12:28:58 -0500
commit287ad1914970692e0da689d9622c6198ae0ab9b0 (patch)
tree95c105757332512d52fc083e0ff566ad28b8c4b2 /src
parentd84011fd92fcca1f5e89dcba56d3d3cd75d16b75 (diff)
downloadrabbitmq-server-git-287ad1914970692e0da689d9622c6198ae0ab9b0.tar.gz
spelling: theoretically
Diffstat (limited to 'src')
-rw-r--r--src/rabbit_feature_flags.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_feature_flags.erl b/src/rabbit_feature_flags.erl
index 8ba38179a5..74f5a34db0 100644
--- a/src/rabbit_feature_flags.erl
+++ b/src/rabbit_feature_flags.erl
@@ -1411,7 +1411,7 @@ does_node_support(Node, FeatureNames, Timeout) ->
%% If rabbit_feature_flags:is_supported_locally/1 is undefined
%% on the remote node, we consider it to be a 3.7.x node.
%%
- %% Theoritically, it could be an older version (3.6.x and
+ %% Theoretically, it could be an older version (3.6.x and
%% older). But the RabbitMQ version consistency check
%% (rabbit_misc:version_minor_equivalent/2) called from
%% rabbit_mnesia:check_rabbit_consistency/2 already blocked