fix some more minor typos

Bug: None
Change-Id: I1fdbff6e704f7e0f4d10a1b19e3a5ec0402cd88f
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/304760
Commit-Queue: Henrik Boström <hbos@webrtc.org>
Reviewed-by: Henrik Boström <hbos@webrtc.org>
Reviewed-by: Johannes Kron <kron@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#40049}
This commit is contained in:
Alfred E. Heggestad 2023-05-09 21:39:22 +02:00 committed by WebRTC LUCI CQ
parent 36fd351562
commit 28e2505f17
4 changed files with 4 additions and 4 deletions

View File

@ -23,5 +23,5 @@ enabled by using a field trial and should only be used in a testing environment.
| ID   | L=1 | video-frame-tracking-id |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Notes: The extension shoud be present only in the first packet of each frame.
Notes: The extension should be present only in the first packet of each frame.
If attached to other packets it can be ignored.

View File

@ -38,5 +38,5 @@ the last packet (containing the extension) is sent to the network. Last two,
reserved timstamps, are not set by the sender but are reserved in packet for any
in-network RTP stream processor to modify.
Notes: Extension shoud be present only in the last packet of video frames. If
Notes: Extension should be present only in the last packet of video frames. If
attached to other packets it should be ignored.

View File

@ -19,7 +19,7 @@ set during PeerConnectionFactory initialization).
The implementation of this object lives in pc/sctp_transport.{h,cc}, and is
basically a wrapper around a `cricket::SctpTransportInternal`, hiding its
implementation details and APIs that shoudldn't be accessed from the user.
implementation details and APIs that shouldn't be accessed from the user.
The `webrtc::SctpTransport` is a ref counted object; it should be regarded
as owned by the PeerConnection, and will be closed when the PeerConnection

View File

@ -864,7 +864,7 @@ TEST_F(JsepTransportControllerTest,
->SetRemoteDescription(SdpType::kAnswer, description.get())
.ok());
// The BUNDLE should be enabled, the incomplete video transport should be
// deleted and the states shoud be updated.
// deleted and the states should be updated.
fake_video_dtls = static_cast<FakeDtlsTransport*>(
transport_controller_->GetDtlsTransport(kVideoMid1));
EXPECT_EQ(fake_audio_dtls, fake_video_dtls);