summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2019-02-12 12:10:50 -0500
committerJosh Soref <jsoref@users.noreply.github.com>2019-02-12 12:10:50 -0500
commite19218a1adbb5f54b26683b28385f23c62a9be27 (patch)
tree84d0a645fa90f05c0d96b35f747cc8ddd8b91e1a
parent09910e87dbd4ef72d8ae7f28b19b796aff4b2d7e (diff)
downloadrabbitmq-server-git-e19218a1adbb5f54b26683b28385f23c62a9be27.tar.gz
spelling: inconsistent
-rw-r--r--src/rabbit_mirror_queue_coordinator.erl2
-rw-r--r--test/clustering_management_SUITE.erl2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/rabbit_mirror_queue_coordinator.erl b/src/rabbit_mirror_queue_coordinator.erl
index 96474b0d4e..b502da201a 100644
--- a/src/rabbit_mirror_queue_coordinator.erl
+++ b/src/rabbit_mirror_queue_coordinator.erl
@@ -364,7 +364,7 @@ handle_cast({gm_deaths, DeadGMPids}, State = #state{q = Q}) when ?amqqueue_pid_r
%% Different slave is now master, stop current coordinator normally.
%% Initiating queue is now slave and the least we could do is report
%% deaths which we 'think' we saw.
- %% NOTE: Reported deaths here, could be inconsistant.
+ %% NOTE: Reported deaths here, could be inconsistent.
rabbit_mirror_queue_misc:report_deaths(MPid, false, QueueName,
DeadPids),
{stop, shutdown, State};
diff --git a/test/clustering_management_SUITE.erl b/test/clustering_management_SUITE.erl
index 6b92c28e80..a4fd63ba04 100644
--- a/test/clustering_management_SUITE.erl
+++ b/test/clustering_management_SUITE.erl
@@ -505,7 +505,7 @@ update_cluster_nodes(Config) ->
assert_failure(fun () -> start_app(Rabbit) end),
%% Bogus node
assert_failure(fun () -> update_cluster_nodes(Rabbit, non@existent) end),
- %% Inconsisent node
+ %% Inconsistent node
assert_failure(fun () -> update_cluster_nodes(Rabbit, Hare) end),
ok = update_cluster_nodes(Rabbit, Bunny),
ok = start_app(Rabbit),