Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pompon0 committed Sep 23, 2024
1 parent 798962f commit a219e82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/actors/network/src/debug_page/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ impl Server {
let cfg = ServerConfig::builder()
.with_no_client_auth()
.with_single_cert(tls.cert_chain.clone(), tls.private_key.clone_key())
.context("with_signle_cert()")?;
.context("with_single_cert()")?;
self.run_with_listener(ctx, TlsListener::new(Arc::new(cfg).into(), listener))
.await
} else {
Expand Down

0 comments on commit a219e82

Please sign in to comment.