Skip to content

Commit

Permalink
chore: fix some comments
Browse files Browse the repository at this point in the history
Signed-off-by: todaymoon <[email protected]>
  • Loading branch information
todaymoon committed Jun 9, 2024
1 parent 927428f commit 594c5b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion protocols/identify/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "libp2p-identify"
edition = "2021"
rust-version = { workspace = true }
description = "Nodes identifcation protocol for libp2p"
description = "Nodes identification protocol for libp2p"
version = "0.44.2"
authors = ["Parity Technologies <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion protocols/request-response/tests/error_reporting.rs
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ async fn report_outbound_failure_on_max_streams() {
assert_eq!(action, Action::FailOnMaxStreams);

// A task for sending back a response is already scheduled so max concurrent
// streams is reached and no new tasks can be sheduled.
// streams is reached and no new tasks can be scheduled.
//
// We produce the failure by creating new request before we response.
let outbound_req_id = swarm2
Expand Down

0 comments on commit 594c5b6

Please sign in to comment.