Fix spelling of receiver and transceiver.

Bug: None
Change-Id: I439e217d67283b182833e48da15af9ae367ac14e
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/256015
Reviewed-by: Harald Alvestrand <hta@webrtc.org>
Commit-Queue: Niels Moller <nisse@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#36257}
This commit is contained in:
Niels Möller
2022-03-18 14:10:15 +01:00
committed by WebRTC LUCI CQ
parent 76dd735a14
commit be74b8058b
20 changed files with 38 additions and 38 deletions

View File

@ -312,7 +312,7 @@ class DecoderIvfFileWriter : public test::FakeDecoder {
};
// The RtpReplayer is responsible for parsing the configuration provided by the
// user, setting up the windows, recieve streams and decoders and then replaying
// user, setting up the windows, receive streams and decoders and then replaying
// the provided RTP dump.
class RtpReplayer final {
public:
@ -382,7 +382,7 @@ class RtpReplayer final {
}
private:
// Holds all the shared memory structures required for a recieve stream. This
// Holds all the shared memory structures required for a receive stream. This
// structure is used to prevent members being deallocated before the replay
// has been finished.
struct StreamState {