Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(109)

Unified Diff: content/renderer/pepper/audio_helper.cc

Issue 266723015: Fix typo, "recieve" -> "receive", in content/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/renderer/media/audio_message_filter.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/pepper/audio_helper.cc
diff --git a/content/renderer/pepper/audio_helper.cc b/content/renderer/pepper/audio_helper.cc
index 6adfab4a8be76ee27e00d16c9677542dd330e76a..2ce1ae44d64c3acbe5673231c2c6f4cc6093205c 100644
--- a/content/renderer/pepper/audio_helper.cc
+++ b/content/renderer/pepper/audio_helper.cc
@@ -53,7 +53,7 @@ void AudioHelper::StreamCreated(base::SharedMemoryHandle shared_memory_handle,
size_t shared_memory_size,
base::SyncSocket::Handle socket_handle) {
if (TrackedCallback::IsPending(create_callback_)) {
- // Trusted side of proxy can specify a callback to recieve handles. In
+ // Trusted side of proxy can specify a callback to receive handles. In
// this case we don't need to map any data or start the thread since it
// will be handled by the proxy.
shared_memory_for_create_callback_.reset(
« no previous file with comments | « content/renderer/media/audio_message_filter.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698