From b2611181564193b23d8edc472d7521812eee46b7 Mon Sep 17 00:00:00 2001 From: "Hua, Chunbo" Date: Mon, 27 Apr 2020 11:55:56 +0800 Subject: Fix a typo for decoder naming Bug: None Change-Id: I1e1e7fe1d3efb6e7f302d7633673418b5de7212c Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/173940 Commit-Queue: Karl Wiberg Reviewed-by: Karl Wiberg Cr-Commit-Position: refs/heads/master@{#31135} --- api/audio_codecs/audio_decoder_factory_template.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api/audio_codecs') diff --git a/api/audio_codecs/audio_decoder_factory_template.h b/api/audio_codecs/audio_decoder_factory_template.h index f3bc13645a..e628cb62dc 100644 --- a/api/audio_codecs/audio_decoder_factory_template.h +++ b/api/audio_codecs/audio_decoder_factory_template.h @@ -90,7 +90,7 @@ class AudioDecoderFactoryT : public AudioDecoderFactory { // be a struct with the following static member functions: // // // Converts |audio_format| to a ConfigType instance. Returns an empty -// // optional if |audio_format| doesn't correctly specify an decoder of our +// // optional if |audio_format| doesn't correctly specify a decoder of our // // type. // absl::optional SdpToConfig(const SdpAudioFormat& audio_format); // -- cgit v1.2.3