summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2019-02-12 12:04:58 -0500
committerJosh Soref <jsoref@users.noreply.github.com>2019-02-12 12:04:58 -0500
commit07a81567b0289e6988597679a78d68d0b1aa4872 (patch)
treebfb4be4229f54740baeb0d66ae6280cb9998a041
parent1bc1485ff2ea40b0afae9fe81aeb60c82a97fa70 (diff)
downloadrabbitmq-server-git-07a81567b0289e6988597679a78d68d0b1aa4872.tar.gz
spelling: doesn't
-rw-r--r--src/rabbit_fifo.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_fifo.erl b/src/rabbit_fifo.erl
index 1fe0b38cd9..2ed4d0da56 100644
--- a/src/rabbit_fifo.erl
+++ b/src/rabbit_fifo.erl
@@ -1083,7 +1083,7 @@ increase_credit(#consumer{lifetime = once,
increase_credit(#consumer{lifetime = auto,
credit_mode = credited,
credit = Credit}, _) ->
- %% credit_mode: credit also doens't automatically increment credit
+ %% credit_mode: credit also doesn't automatically increment credit
Credit;
increase_credit(#consumer{credit = Current}, Credit) ->
Current + Credit.