summaryrefslogtreecommitdiffstats
path: root/messagebus
diff options
context:
space:
mode:
authorJon Marius Venstad <venstad@gmail.com>2021-06-15 14:47:06 +0200
committerJon Marius Venstad <venstad@gmail.com>2021-06-15 14:47:06 +0200
commite0fabae923b0343f2a30767e60b9a26458fe0c84 (patch)
tree24276b296450b444d715a10d71840c452c9e6503 /messagebus
parentac66e1dc39e30938a91b26eda3d9b715dd3925a5 (diff)
Update abi spec
Diffstat (limited to 'messagebus')
-rw-r--r--messagebus/src/main/java/com/yahoo/messagebus/StaticThrottlePolicy.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/messagebus/src/main/java/com/yahoo/messagebus/StaticThrottlePolicy.java b/messagebus/src/main/java/com/yahoo/messagebus/StaticThrottlePolicy.java
index aa1bc1ce624..52b92737bb9 100644
--- a/messagebus/src/main/java/com/yahoo/messagebus/StaticThrottlePolicy.java
+++ b/messagebus/src/main/java/com/yahoo/messagebus/StaticThrottlePolicy.java
@@ -7,7 +7,7 @@ package com.yahoo.messagebus;
* way of {@link #setMaxPendingCount(int)}), the total size of pending messages (by way of {@link
* #setMaxPendingSize(long)}), or some combination thereof.
*
- * <b>NOTE:</b> By context, "pending" is refering to the number of sent messages that have not been replied to yet.
+ * <b>NOTE:</b> By context, "pending" refers to the number of sent messages that have not been replied to yet.
*
* @author Simon Thoresen Hult
*/