From e61a40e4efb663e462611077e0fc7b1d182ef397 Mon Sep 17 00:00:00 2001 From: "Hua, Chunbo" Date: Fri, 8 Jan 2021 16:34:49 +0800 Subject: [PATCH] Fix typo in audio processing header. Bug: None Change-Id: Ia47f8229cdfbbcfec3aa7539c587d4e1fdc4ae3a Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/200926 Reviewed-by: Sam Zackrisson Commit-Queue: Sam Zackrisson Cr-Commit-Position: refs/heads/master@{#32974} --- modules/audio_processing/include/audio_processing.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/audio_processing/include/audio_processing.h b/modules/audio_processing/include/audio_processing.h index 5a0e1dffc0..942e0c0ce2 100644 --- a/modules/audio_processing/include/audio_processing.h +++ b/modules/audio_processing/include/audio_processing.h @@ -187,7 +187,7 @@ struct ExperimentalNs { // analog_level = apm->recommended_stream_analog_level(); // has_voice = apm->stream_has_voice(); // -// // Repeate render and capture processing for the duration of the call... +// // Repeat render and capture processing for the duration of the call... // // Start a new call... // apm->Initialize(); //