summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAlvaro Videla <videlalvaro@gmail.com>2015-10-23 19:27:07 +0200
committerAlvaro Videla <videlalvaro@gmail.com>2015-10-23 19:27:07 +0200
commit4e1dd3749d3a1bcd8778ba40ec8f00d1dbdb271a (patch)
tree0267622dbfcc7415d0ebf6566376894bd5c1d7e5 /test
parent5724c0be0778818d7436f6aa11954971b5ac63a3 (diff)
downloadrabbitmq-server-git-4e1dd3749d3a1bcd8778ba40ec8f00d1dbdb271a.tar.gz
fixes typos
Diffstat (limited to 'test')
-rw-r--r--test/src/rabbit_tests.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/src/rabbit_tests.erl b/test/src/rabbit_tests.erl
index 13ab027963..2874b9b71a 100644
--- a/test/src/rabbit_tests.erl
+++ b/test/src/rabbit_tests.erl
@@ -2748,7 +2748,7 @@ variable_queue_test_funs() ->
fun test_variable_queue_batch_publish/1,
fun test_variable_queue_batch_publish_delivered/1].
-%% same as test_variable_queue_requeue_ram_beta but randomly chaning
+%% same as test_variable_queue_requeue_ram_beta but randomly changing
%% the queue mode after every step.
test_variable_queue_mode_change(VQ0) ->
Count = rabbit_queue_index:next_segment_boundary(0)*2 + 2,