summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Bakken <lbakken@pivotal.io>2021-11-26 12:12:51 -0800
committermergify-bot <noreply@mergify.com>2021-12-01 14:01:54 +0000
commitac7c46922b6a413cbd8c09d873322b5763b48fbb (patch)
tree4d9e7f6b21a7c38c9af0d2d036b34d732e02db41
parentb1602e6c65cbc0ad29ec4fadcfc5a8d8980804c4 (diff)
downloadrabbitmq-server-git-mergify/bp/v3.9.x/pr-3804.tar.gz
Update rabbit_quorum_queue.erlmergify/bp/v3.9.x/pr-3804
Very small spelling change (cherry picked from commit f10e9c3d0e3f8a8a88adce6f98a28374380143c9)
-rw-r--r--deps/rabbit/src/rabbit_quorum_queue.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/rabbit/src/rabbit_quorum_queue.erl b/deps/rabbit/src/rabbit_quorum_queue.erl
index f101fd213b..a4c6d5dd5f 100644
--- a/deps/rabbit/src/rabbit_quorum_queue.erl
+++ b/deps/rabbit/src/rabbit_quorum_queue.erl
@@ -1639,6 +1639,6 @@ clean_delivery(#delivery{message =
properties_bin = Proto:encode_properties(Props)}
end,
- %% TODO: we could also consider clearing out he message id here
+ %% TODO: we could also consider clearing out the message id here
Delivery#delivery{message = Msg#basic_message{content = Content}}.