Index: content/browser/speech/endpointer/energy_endpointer.cc |
diff --git a/content/browser/speech/endpointer/energy_endpointer.cc b/content/browser/speech/endpointer/energy_endpointer.cc |
index d8d1274994d7abe9048fa40f20f6dc3c01e511ff..30f3770286e403bde779971c9e8fbb3869734306 100644 |
--- a/content/browser/speech/endpointer/energy_endpointer.cc |
+++ b/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; |