Skip to content

Commit a808056

Browse files
committed
spelling: within
1 parent b57e847 commit a808056

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit_inbroker_parallel_SUITE.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1384,7 +1384,7 @@ max_message_size(Config) ->
13841384

13851385
{_, Ch} = rabbit_ct_client_helpers:open_connection_and_channel(Config, 0),
13861386

1387-
%% Binary is whithin the max size limit
1387+
%% Binary is within the max size limit
13881388
amqp_channel:call(Ch, #'basic.publish'{routing_key = <<"none">>}, #amqp_msg{payload = Binary2M}),
13891389
%% The channel process is alive
13901390
assert_channel_alive(Ch),

0 commit comments

Comments
 (0)