File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
protocols/kad/src/behaviour Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1381,7 +1381,7 @@ fn network_behaviour_on_address_change() {
1381
1381
port_use : PortUse :: Reuse ,
1382
1382
} ;
1383
1383
1384
- // Mimick a connection being established.
1384
+ // Mimic a connection being established.
1385
1385
kademlia. on_swarm_event ( FromSwarm :: ConnectionEstablished ( ConnectionEstablished {
1386
1386
peer_id : remote_peer_id,
1387
1387
connection_id,
@@ -1403,7 +1403,7 @@ fn network_behaviour_on_address_change() {
1403
1403
. unwrap( )
1404
1404
. is_empty( ) ) ;
1405
1405
1406
- // Mimick the connection handler confirming the protocol for
1406
+ // Mimic the connection handler confirming the protocol for
1407
1407
// the test connection, so that the peer is added to the routing table.
1408
1408
kademlia. on_connection_handler_event (
1409
1409
remote_peer_id,
You can’t perform that action at this time.
0 commit comments