From 825178790265e3c1be4f4d6896caac21491d4c79 Mon Sep 17 00:00:00 2001
From: "mseaborn@chromium.org"
 <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Date: Mon, 5 May 2014 19:43:20 +0000
Subject: 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
---
 content/browser/speech/endpointer/energy_endpointer.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to '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 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;
-- 
cgit v1.1