Jelajahi Sumber

style: fix typo in comment

Stefan Strigler 3 tahun lalu
induk
melakukan
7005b71ddf
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      apps/emqx_bridge/test/emqx_bridge_mqtt_SUITE.erl

+ 1 - 1
apps/emqx_bridge/test/emqx_bridge_mqtt_SUITE.erl

@@ -899,7 +899,7 @@ t_mqtt_conn_bridge_egress_reconnect(_) ->
         ),
     Payload1 = <<"hello2">>,
     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
     spawn(fun() -> emqx:publish(emqx_message:make(LocalTopic, Payload1)) end),
     spawn(fun() -> emqx:publish(emqx_message:make(LocalTopic, Payload2)) end),