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:
committed by
WebRTC LUCI CQ
parent
76dd735a14
commit
be74b8058b
@ -73,10 +73,10 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
/** Returns a configuration error with the given description. */
|
||||
- (NSError *)configurationErrorWithDescription:(NSString *)description;
|
||||
|
||||
/** Notifies the reciever that a playout glitch was detected. */
|
||||
/** Notifies the receiver that a playout glitch was detected. */
|
||||
- (void)notifyDidDetectPlayoutGlitch:(int64_t)totalNumberOfGlitches;
|
||||
|
||||
/** Notifies the reciever that there was an error when starting an audio unit. */
|
||||
/** Notifies the receiver that there was an error when starting an audio unit. */
|
||||
- (void)notifyAudioUnitStartFailedWithError:(OSStatus)error;
|
||||
|
||||
// Properties and methods for tests.
|
||||
|
||||
Reference in New Issue
Block a user