From e4cf88c1a19a7f7823dfaa9eb4c6a19a24f4ead8 Mon Sep 17 00:00:00 2001 From: Ryan Russell Date: Wed, 1 Jun 2022 17:21:06 -0500 Subject: [PATCH] Fix Typo `received` (#620) Signed-off-by: Ryan Russell --- src/client.rs | 4 ++-- src/server.rs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/client.rs b/src/client.rs index e75cd350..a6c64981 100644 --- a/src/client.rs +++ b/src/client.rs @@ -526,7 +526,7 @@ where /// /// This setting is configured by the server peer by sending the /// [`SETTINGS_ENABLE_CONNECT_PROTOCOL` parameter][2] in a `SETTINGS` frame. - /// This method returns the currently acknowledged value recieved from the + /// This method returns the currently acknowledged value received from the /// remote. /// /// [1]: https://datatracker.ietf.org/doc/html/rfc8441#section-4 @@ -1280,7 +1280,7 @@ where /// /// This limit is configured by the server peer by sending the /// [`SETTINGS_MAX_CONCURRENT_STREAMS` parameter][1] in a `SETTINGS` frame. - /// This method returns the currently acknowledged value recieved from the + /// This method returns the currently acknowledged value received from the /// remote. /// /// [1]: https://tools.ietf.org/html/rfc7540#section-5.1.2 diff --git a/src/server.rs b/src/server.rs index 16a50da4..9f56f184 100644 --- a/src/server.rs +++ b/src/server.rs @@ -554,7 +554,7 @@ where /// /// This limit is configured by the client peer by sending the /// [`SETTINGS_MAX_CONCURRENT_STREAMS` parameter][1] in a `SETTINGS` frame. - /// This method returns the currently acknowledged value recieved from the + /// This method returns the currently acknowledged value received from the /// remote. /// /// [1]: https://tools.ietf.org/html/rfc7540#section-5.1.2