diff options
author | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-05 19:43:20 +0000 |
---|---|---|
committer | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-05 19:43:20 +0000 |
commit | 825178790265e3c1be4f4d6896caac21491d4c79 (patch) | |
tree | aa6efc958901f0ee29eb44f184e99d106a81cdc0 /content/browser/speech/endpointer/energy_endpointer.cc | |
parent | e366c9a6b29304943fccf3c68cbe6faaaa3780c8 (diff) | |
download | chromium_src-825178790265e3c1be4f4d6896caac21491d4c79.zip chromium_src-825178790265e3c1be4f4d6896caac21491d4c79.tar.gz chromium_src-825178790265e3c1be4f4d6896caac21491d4c79.tar.bz2 |
Fix typo, "recieve" -> "receive", in content/
BUG=none
TEST=none
R=jam@chromium.org
Review URL: https://codereview.chromium.org/266723015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268253 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/speech/endpointer/energy_endpointer.cc')
-rw-r--r-- | content/browser/speech/endpointer/energy_endpointer.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/speech/endpointer/energy_endpointer.cc b/content/browser/speech/endpointer/energy_endpointer.cc index d8d1274..30f3770 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; |