Skip to content

Commit 2140b44

Browse files
jcnelsonobycode
andauthored
fix: typo
Co-authored-by: Brice Dobry <[email protected]>
1 parent 5fd6ed8 commit 2140b44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stackslib/src/net/neighbors/comms.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ impl NeighborComms for PeerNetworkComms {
520520
.map(|event_ref| *event_ref)
521521
}
522522

523-
/// Remove a connecting neighbor because it conected
523+
/// Remove a connecting neighbor because it connected
524524
fn remove_connecting<NK: ToNeighborKey>(&mut self, network: &PeerNetwork, nk: &NK) {
525525
self.connecting.remove(&nk.to_neighbor_key(network));
526526
}

0 commit comments

Comments
 (0)