summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2019-02-12 12:19:58 -0500
committerJosh Soref <jsoref@users.noreply.github.com>2019-02-12 12:19:58 -0500
commita18ee7c56451d1ed0c6f57dd17c8a6f9af57d4b4 (patch)
tree7e8dd61a2bda68dcc38a5be6c738d7970f0289c4 /src
parent26dc44f149e4a81a06fb7cbd2a314239a8b07b1a (diff)
downloadrabbitmq-server-git-a18ee7c56451d1ed0c6f57dd17c8a6f9af57d4b4.tar.gz
spelling: positives
Diffstat (limited to 'src')
-rw-r--r--src/rabbit_upgrade.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_upgrade.erl b/src/rabbit_upgrade.erl
index bb9fdfc3d4..83ec692ff3 100644
--- a/src/rabbit_upgrade.erl
+++ b/src/rabbit_upgrade.erl
@@ -314,7 +314,7 @@ node_type_legacy() ->
%% hang), we can't look at the config file (may not include us
%% even if we're a disc node). We also can't use
%% rabbit_mnesia:node_type/0 because that will give false
- %% postivies on Rabbit up to 2.5.1.
+ %% positives on Rabbit up to 2.5.1.
case filelib:is_regular(filename:join(dir(), "rabbit_durable_exchange.DCD")) of
true -> disc;
false -> ram