1
0
mirror of https://github.com/facebookincubator/mvfst.git synced 2025-08-08 09:42:06 +03:00

Fix typos discovered by codespell

Summary:
`codespell --ignore-words-list=arithmetics,atleast,crate,crated,deriver,ect,hel,onl,startin,whats --skip="*.lock"`
* https://pypi.org/project/codespell

X-link: https://github.com/facebookincubator/mvfst/pull/307

Reviewed By: hanidamlaj, lnicco

Differential Revision: D47809078

Pulled By: kvtsoy

fbshipit-source-id: 566557f2389746db541ff265a5dec8d6404b3701
This commit is contained in:
Christian Clauss
2023-07-26 17:10:41 -07:00
committed by Facebook GitHub Bot
parent 64c122f239
commit b8396fc119
63 changed files with 97 additions and 95 deletions

View File

@@ -1798,7 +1798,7 @@ TEST_F(QuicTransportTest, WriteFlowControl) {
conn.transportSettings.writeConnectionDataPacketsLimit);
verifyCorrectness(conn, 100, streamId, *buf1, false, false);
// Connection flow controled
// Connection flow controlled
auto num_outstandings = conn.outstandings.packets.size();
stream->flowControlState.peerAdvertisedMaxOffset = 300;
conn.streamManager->updateWritableStreams(*stream);
@@ -4650,7 +4650,7 @@ TEST_F(QuicTransportTest, GetStreamPacketsTxedMultipleBytes) {
Mock::VerifyAndClearExpectations(&firstByteTxCb);
Mock::VerifyAndClearExpectations(&lastByteTxCb);
// when first and last byte TX callbacsk fired, numPacketsTxWithNewData should
// when first and last byte TX callback fired, numPacketsTxWithNewData should
// be 1
EXPECT_CALL(firstByteTxCb, onByteEvent(getTxMatcher(stream, 0)))
.Times(1)