summaryrefslogtreecommitdiff
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 09:57:05 +0300
commita2b7d21372bc13030f9b63a6d19094d83730cfff (patch)
tree1476bbe3b774a8525010c538537a13541521f2f2
parentd8a90c9b4545ea0a162b310d77574ff58e87f068 (diff)
downloadrabbitmq-server-git-a2b7d21372bc13030f9b63a6d19094d83730cfff.tar.gz
Use a less ambiguous word that does not confuse spelling checkers
-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.