style: fix typo in comment

This commit is contained in:
Stefan Strigler 2023-01-24 16:57:06 +01:00
parent 2d62de5188
commit 7005b71ddf
1 changed files with 1 additions and 1 deletions

View File

@ -899,7 +899,7 @@ t_mqtt_conn_bridge_egress_reconnect(_) ->
), ),
Payload1 = <<"hello2">>, Payload1 = <<"hello2">>,
Payload2 = <<"hello3">>, Payload2 = <<"hello3">>,
%% we need to to it in other processes because it'll block due to %% We need to do it in other processes because it'll block due to
%% the long timeout %% the long timeout
spawn(fun() -> emqx:publish(emqx_message:make(LocalTopic, Payload1)) end), spawn(fun() -> emqx:publish(emqx_message:make(LocalTopic, Payload1)) end),
spawn(fun() -> emqx:publish(emqx_message:make(LocalTopic, Payload2)) end), spawn(fun() -> emqx:publish(emqx_message:make(LocalTopic, Payload2)) end),