summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}}.