summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael Klishin <mklishin@pivotal.io>2016-12-26 09:57:05 +0300
committerMichael Klishin <mklishin@pivotal.io>2016-12-26 10:00:17 +0300
commit58dd55b00851c98c004bb1a3ed7666a5c1a492de (patch)
treee35ab96dc01d766ca3f01b0a2c15102f703ae47e /src
parentc0336e85f4260ab256891adb71fa44bd3d42ee69 (diff)
downloadrabbitmq-server-git-58dd55b00851c98c004bb1a3ed7666a5c1a492de.tar.gz
Use a less ambiguous word that does not confuse spelling checkersrabbitmq_v3_6_7_milestone2
Diffstat (limited to 'src')
-rw-r--r--src/rabbit_alarm.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_alarm.erl b/src/rabbit_alarm.erl
index bf867bbbf0..daf2c167fa 100644
--- a/src/rabbit_alarm.erl
+++ b/src/rabbit_alarm.erl
@@ -16,7 +16,7 @@
%% There are two types of alarms handled by this module:
%%
%% * per-node resource (disk, memory) alarms for the whole cluster. If any node
-%% has an alarm, then all publishing should be disabled throughput the
+%% has an alarm, then all publishing should be disabled across the
%% cluster until all alarms clear. When a node sets such an alarm,
%% this information is automatically propagated throughout the cluster.
%% `#alarms.alarmed_nodes' is being used to track this type of alarms.