Fix typos

This commit is contained in:
Kian-Meng Ang
2022-05-28 13:27:30 +08:00
committed by Heikki Linnakangas
parent 500e8772f0
commit f1c51a1267
58 changed files with 96 additions and 96 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ async fn handle_client(
/// Establish a (most probably, secure) connection with the client.
/// For better testing experience, `stream` can be any object satisfying the traits.
/// It's easier to work with owned `stream` here as we need to updgrade it to TLS;
/// It's easier to work with owned `stream` here as we need to upgrade it to TLS;
/// we also take an extra care of propagating only the select handshake errors to client.
async fn handshake<S: AsyncRead + AsyncWrite + Unpin>(
stream: S,