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

Unified Diff: content/renderer/media/audio_message_filter.h

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/child/npapi/webplugin_delegate_impl_mac.mm ('k') | content/renderer/pepper/audio_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/media/audio_message_filter.h
diff --git a/content/renderer/media/audio_message_filter.h b/content/renderer/media/audio_message_filter.h
index 2892bb959dfbaf7f98229d3ed334b450df32b9c5..71bf012cc26da9d06ade87dd6c295ccde4829f06 100644
--- a/content/renderer/media/audio_message_filter.h
+++ b/content/renderer/media/audio_message_filter.h
@@ -45,7 +45,7 @@ class CONTENT_EXPORT AudioMessageFilter : public IPC::MessageFilter {
int render_frame_id);
// When set, AudioMessageFilter will update the AudioHardwareConfig with new
- // configuration values as recieved by OnOutputDeviceChanged(). The provided
+ // configuration values as received by OnOutputDeviceChanged(). The provided
// |config| must outlive AudioMessageFilter.
void SetAudioHardwareConfig(media::AudioHardwareConfig* config);
« no previous file with comments | « content/child/npapi/webplugin_delegate_impl_mac.mm ('k') | content/renderer/pepper/audio_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698