Fix spelling of (internal) method name UpdateChannelParameters.

Bug: none
Change-Id: I17baa343b144d8619ef4389f137dbe6b91cf7b98
Reviewed-on: https://webrtc-review.googlesource.com/46020
Reviewed-by: Erik Språng <sprang@webrtc.org>
Commit-Queue: Niels Moller <nisse@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#21830}
This commit is contained in:
Niels Möller
2018-01-30 11:27:16 +01:00
committed by Commit Bot
parent 8e9252a14f
commit 96d7f76036
3 changed files with 4 additions and 4 deletions

View File

@ -94,7 +94,7 @@ class VideoSender {
// caps may be updated to a change to a new VideoCodec or allocation mode.
// The new parameters will be stored as pending EncoderParameters, and the
// encoder will only be updated on the next frame.
void UpdateChannelParemeters(
void UpdateChannelParameters(
VideoBitrateAllocator* bitrate_allocator,
VideoBitrateAllocationObserver* bitrate_updated_callback);