summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2019-02-12 12:23:46 -0500
committerJosh Soref <jsoref@users.noreply.github.com>2019-02-12 12:23:46 -0500
commit155f120b820b6540d78b458e29c765debbd550fb (patch)
treec5e3822317c5a25069e0804f76efc6b7872b4a85
parente6280a4b3072f0e2be0e7fb08291c3eb82744202 (diff)
downloadrabbitmq-server-git-155f120b820b6540d78b458e29c765debbd550fb.tar.gz
spelling: queuing
-rw-r--r--src/rabbit_priority_queue.erl2
-rw-r--r--test/quorum_queue_SUITE.erl2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/rabbit_priority_queue.erl b/src/rabbit_priority_queue.erl
index 621f42dafb..817468a3da 100644
--- a/src/rabbit_priority_queue.erl
+++ b/src/rabbit_priority_queue.erl
@@ -22,7 +22,7 @@
-behaviour(rabbit_backing_queue).
-%% enabled unconditionally. Disabling priority queueing after
+%% enabled unconditionally. Disabling priority queuing after
%% it has been enabled is dangerous.
-rabbit_boot_step({?MODULE,
[{description, "enable priority queue"},
diff --git a/test/quorum_queue_SUITE.erl b/test/quorum_queue_SUITE.erl
index 02afba97c5..fa9dbb35dd 100644
--- a/test/quorum_queue_SUITE.erl
+++ b/test/quorum_queue_SUITE.erl
@@ -2046,7 +2046,7 @@ consume_redelivery_count(Config) ->
amqp_channel:cast(Ch, #'basic.nack'{delivery_tag = DeliveryTag,
multiple = false,
requeue = true}),
- %% wait for requeueing
+ %% wait for requeuing
timer:sleep(500),
{#'basic.get_ok'{delivery_tag = DeliveryTag1,