summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2019-02-12 12:18:14 -0500
committerJosh Soref <jsoref@users.noreply.github.com>2019-02-12 12:18:14 -0500
commit064ca0e5e224d0adbbcf19a84a7d082ffdf9e604 (patch)
tree03908711ff08982ae68e76ce6c54dd549c544813
parentbce27435428646049a6908008ee976781810e6a4 (diff)
downloadrabbitmq-server-git-064ca0e5e224d0adbbcf19a84a7d082ffdf9e604.tar.gz
spelling: optimisation (en-GB)
-rw-r--r--src/rabbit_variable_queue.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_variable_queue.erl b/src/rabbit_variable_queue.erl
index 8b773f2cc2..5545f87b4d 100644
--- a/src/rabbit_variable_queue.erl
+++ b/src/rabbit_variable_queue.erl
@@ -1939,7 +1939,7 @@ maybe_write_msg_to_disk(Force, MsgStatus = #msg_status {
maybe_write_msg_to_disk(_Force, MsgStatus, State) ->
{MsgStatus, State}.
-%% Due to certain optimizations made inside
+%% Due to certain optimisations made inside
%% rabbit_queue_index:pre_publish/7 we need to have two separate
%% functions for index persistence. This one is only used when paging
%% during memory pressure. We didn't want to modify