@@ -589,7 +589,7 @@ head_message_timestamp1(_Config) ->
589589 % % Set up event receiver for queue
590590 dummy_event_receiver :start (self (), [node ()], [queue_stats ]),
591591
592- % % the head timestamp field is empty when queue is empty empty
592+ % % the head timestamp field is empty when the queue is empty
593593 test_queue_statistics_receive_event (QPid ,
594594 fun (E ) ->
595595 (proplists :get_value (name , E ) == QRes )
@@ -602,7 +602,7 @@ head_message_timestamp1(_Config) ->
602602 after ? TIMEOUT -> throw (failed_to_receive_tx_select_ok )
603603 end ,
604604
605- % % Publish two messages and check that the timestamp is that of first message
605+ % % Publish two messages and check that the timestamp is that of the first message
606606 rabbit_channel :do (Ch , # 'basic.publish' {exchange = <<" " >>,
607607 routing_key = QName },
608608 rabbit_basic :build_content (# 'P_basic' {timestamp = 1 }, <<" " >>)),
@@ -639,7 +639,7 @@ head_message_timestamp1(_Config) ->
639639 (proplists :get_value (head_message_timestamp , E ) == '' )
640640 end ),
641641
642- % % Teardown
642+ % % Tear down
643643 rabbit_channel :do (Ch , # 'queue.delete' {queue = QName }),
644644 rabbit_channel :shutdown (Ch ),
645645 dummy_event_receiver :stop (),
0 commit comments