summaryrefslogtreecommitdiffstats
path: root/chromium/content/browser/speech/endpointer/energy_endpointer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/content/browser/speech/endpointer/energy_endpointer.cc')
-rw-r--r--chromium/content/browser/speech/endpointer/energy_endpointer.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/content/browser/speech/endpointer/energy_endpointer.cc b/chromium/content/browser/speech/endpointer/energy_endpointer.cc
index d8d1274994d..30f3770286e 100644
--- a/chromium/content/browser/speech/endpointer/energy_endpointer.cc
+++ b/chromium/content/browser/speech/endpointer/energy_endpointer.cc
@@ -238,7 +238,7 @@ void EnergyEndpointer::ProcessAudioFrame(int64 time_us,
// Check that this is user input audio vs. pre-input adaptation audio.
// Input audio starts when the user indicates start of input, by e.g.
- // pressing push-to-talk. Audio recieved prior to that is used to update
+ // pressing push-to-talk. Audio received prior to that is used to update
// noise and speech level estimates.
if (!estimating_environment_) {
bool decision = false;