diff options
| author | Josh Soref <jsoref@users.noreply.github.com> | 2019-02-12 12:10:50 -0500 |
|---|---|---|
| committer | Josh Soref <jsoref@users.noreply.github.com> | 2019-02-12 12:10:50 -0500 |
| commit | e19218a1adbb5f54b26683b28385f23c62a9be27 (patch) | |
| tree | 84d0a645fa90f05c0d96b35f747cc8ddd8b91e1a /src | |
| parent | 09910e87dbd4ef72d8ae7f28b19b796aff4b2d7e (diff) | |
| download | rabbitmq-server-git-e19218a1adbb5f54b26683b28385f23c62a9be27.tar.gz | |
spelling: inconsistent
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit_mirror_queue_coordinator.erl | 2 |
1 files changed, 1 insertions, 1 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}; |
