| Index: net/quic/core/quic_error_codes.h
|
| diff --git a/net/quic/core/quic_error_codes.h b/net/quic/core/quic_error_codes.h
|
| index 41968791193e44724ef1d13359ef59f9837bf26f..6a7217d0609df8b3c89718f0440088585aeca368 100644
|
| --- a/net/quic/core/quic_error_codes.h
|
| +++ b/net/quic/core/quic_error_codes.h
|
| @@ -181,7 +181,7 @@ enum QuicErrorCode {
|
|
|
| // Crypto errors.
|
|
|
| - // Hanshake failed.
|
| + // Handshake failed.
|
| QUIC_HANDSHAKE_FAILED = 28,
|
| // Handshake message contained out of order tags.
|
| QUIC_CRYPTO_TAGS_OUT_OF_ORDER = 29,
|
| @@ -207,7 +207,7 @@ enum QuicErrorCode {
|
| QUIC_CRYPTO_MESSAGE_INDEX_NOT_FOUND = 37,
|
| // A demand for an unsupport proof type was received.
|
| QUIC_UNSUPPORTED_PROOF_DEMAND = 94,
|
| - // An internal error occured in crypto processing.
|
| + // An internal error occurred in crypto processing.
|
| QUIC_CRYPTO_INTERNAL_ERROR = 38,
|
| // A crypto handshake message specified an unsupported version.
|
| QUIC_CRYPTO_VERSION_NOT_SUPPORTED = 39,
|
|
|