Fix "recevied" typo in //third_party/quic/core.
s/recevied/received/ in string literals used as |error_details| argument for
QuicConnection::CloseConnection(), and in comments.
gfe-relnote: n/a. Fix typo in error messages and comments.
PiperOrigin-RevId: 243864154
Change-Id: I3ec58f07091e4e4dc7bb2a03ad12380cfb562e17
diff --git a/quic/core/crypto/quic_crypto_client_config.h b/quic/core/crypto/quic_crypto_client_config.h
index d4b7150..f4293c0 100644
--- a/quic/core/crypto/quic_crypto_client_config.h
+++ b/quic/core/crypto/quic_crypto_client_config.h
@@ -284,7 +284,7 @@
// then it puts an error message in |error_details| and returns an error
// code. |version| is the QUIC version for the current connection.
// |negotiated_versions| contains the list of version, if any, that were
- // present in a version negotiation packet previously recevied from the
+ // present in a version negotiation packet previously received from the
// server. The contents of this list will be compared against the list of
// versions provided in the VER tag of the server hello.
QuicErrorCode ProcessServerHello(