From ee9f46139e66530f2cc9a68c24de10d4267cbe89 Mon Sep 17 00:00:00 2001 From: Amir Livneh Date: Wed, 23 Oct 2019 23:26:47 -0400 Subject: [PATCH] Fix typo and wording in change log --- draft-ietf-quic-recovery.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/draft-ietf-quic-recovery.md b/draft-ietf-quic-recovery.md index 1925cfb640..cfdfb6d133 100644 --- a/draft-ietf-quic-recovery.md +++ b/draft-ietf-quic-recovery.md @@ -1491,7 +1491,7 @@ Issue and pull request numbers are listed with a leading octothorp. - Disable RTT calculation for packets that don't elicit acknowledgment (#2060, #2078) - Limit ack_delay by max_ack_delay (#2060, #2099) -- Initial keys are discarded once Handshake are avaialble (#1951, #2045) +- Initial keys are discarded once Handshake keys are available (#1951, #2045) - Reorder ECN and loss detection in pseudocode (#2142) - Only cancel loss detection timer if ack-eliciting packets are in flight (#2093, #2117)