Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
“ramfox” committed Nov 25, 2024
1 parent ec4ddb3 commit ce29037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iroh-net-report/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -793,7 +793,7 @@ mod test_utils {
.await
.expect("should serve relay");
let quic = Some(QuicConfig {
port: server.quic_addr().expect("server sould run quic").port(),
port: server.quic_addr().expect("server should run quic").port(),
});
let node_desc = RelayNode {
url: server.https_url().expect("should work as relay"),
Expand Down

0 comments on commit ce29037

Please sign in to comment.