From fc2016103dadb45158b3699a63e9046e4383ca63 Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Fri, 4 Dec 2020 10:12:16 +0100 Subject: [PATCH] Fix a typo --- quinn/examples/common/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quinn/examples/common/mod.rs b/quinn/examples/common/mod.rs index 438cbc73f..333431c5a 100644 --- a/quinn/examples/common/mod.rs +++ b/quinn/examples/common/mod.rs @@ -29,7 +29,7 @@ pub fn make_client_endpoint( /// /// ## Returns /// -/// - a sream of incoming QUIC connections +/// - a stream of incoming QUIC connections /// - server certificate serialized into DER format #[allow(unused)] pub fn make_server_endpoint(bind_addr: SocketAddr) -> Result<(Incoming, Vec), Box> {