Skip to content

Commit 74436e6

Browse files
committed
fix typo
1 parent f049847 commit 74436e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

p2p/p2p/src/inbound_server.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ where
7171
// Create ping request handling JoinSet
7272
let mut ping_join_set = JoinSet::new();
7373

74-
// Listen to incoming connections and extract necessary informations.
74+
// Listen to incoming connections and extract necessary information.
7575
while let Some(connection) = listener.next().await {
7676
let Ok((addr, mut peer_stream, mut peer_sink)) = connection else {
7777
continue;

0 commit comments

Comments
 (0)