diff options
| author | Josh Soref <jsoref@users.noreply.github.com> | 2019-02-12 12:23:46 -0500 |
|---|---|---|
| committer | Josh Soref <jsoref@users.noreply.github.com> | 2019-02-12 12:23:46 -0500 |
| commit | 155f120b820b6540d78b458e29c765debbd550fb (patch) | |
| tree | c5e3822317c5a25069e0804f76efc6b7872b4a85 /src | |
| parent | e6280a4b3072f0e2be0e7fb08291c3eb82744202 (diff) | |
| download | rabbitmq-server-git-155f120b820b6540d78b458e29c765debbd550fb.tar.gz | |
spelling: queuing
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit_priority_queue.erl | 2 |
1 files changed, 1 insertions, 1 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"}, |
