summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2019-02-12 11:54:11 -0500
committerJosh Soref <jsoref@users.noreply.github.com>2019-02-12 11:54:11 -0500
commitc8b2b4f78f608bd03023c87f09ac949d61d9fb8b (patch)
tree3b7b7689721fa6b1afea058efa3d8923eb6282ab
parent0ca363d53754d69bafccb890760d17aea700e826 (diff)
downloadrabbitmq-server-git-c8b2b4f78f608bd03023c87f09ac949d61d9fb8b.tar.gz
spelling: confirming
-rw-r--r--src/rabbit_node_monitor.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_node_monitor.erl b/src/rabbit_node_monitor.erl
index cd46ade0e2..9fa1dfa462 100644
--- a/src/rabbit_node_monitor.erl
+++ b/src/rabbit_node_monitor.erl
@@ -219,7 +219,7 @@ subscribe(Pid) ->
%% We could confirm something by having an HA queue see the pausing
%% state (and fail over into it) before the node monitor stops us, or
%% by using unmirrored queues and just having them vanish (and
-%% confiming messages as thrown away).
+%% confirming messages as thrown away).
%%
%% So we have channels call in here before issuing confirms, to do a
%% lightweight check that we have not entered a pausing state.