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

Unified Diff: media/audio/audio_system.h

Issue 2916723002: [spelling] existance to existence (Closed)
Patch Set: Created 3 years, 7 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
Index: media/audio/audio_system.h
diff --git a/media/audio/audio_system.h b/media/audio/audio_system.h
index b5498ad012ff9c81009413e23ac9a28b00d55d48..8df7fa70a949f6777ce7669b7eeb2178d29ecd75 100644
--- a/media/audio/audio_system.h
+++ b/media/audio/audio_system.h
@@ -43,7 +43,7 @@ class MEDIA_EXPORT AudioSystem {
virtual ~AudioSystem();
// Callback may receive invalid parameters, it means the specified device is
- // not found. This is best-effort: valid parameters do not guarantee existance
+ // not found. This is best-effort: valid parameters do not guarantee existence
// of the device.
// TODO(olka,tommi): fix all AudioManager implementations to return invalid
// parameters if the device is not found.
@@ -54,7 +54,7 @@ class MEDIA_EXPORT AudioSystem {
// If media::AudioDeviceDescription::IsDefaultDevice(device_id) is true,
// callback will receive the parameters of the default output device.
// Callback may receive invalid parameters, it means the specified device is
- // not found. This is best-effort: valid parameters do not guarantee existance
+ // not found. This is best-effort: valid parameters do not guarantee existence
// of the device.
// TODO(olka,tommi): fix all AudioManager implementations to return invalid
// parameters if the device is not found.

Powered by Google App Engine
This is Rietveld 408576698