Index: chromeos/audio/cras_audio_handler.h |
diff --git a/chromeos/audio/cras_audio_handler.h b/chromeos/audio/cras_audio_handler.h |
index cc28c50f1ad408d17e54c60c47c954021d0b35a2..fe4cee2399211d7aad58dac6b0ead4ce5645df09 100644 |
--- a/chromeos/audio/cras_audio_handler.h |
+++ b/chromeos/audio/cras_audio_handler.h |
@@ -97,7 +97,7 @@ class CHROMEOS_EXPORT CrasAudioHandler : public CrasAudioClient::Observer, |
virtual bool IsInputMutedForDevice(uint64 device_id); |
// Returns true if the output volume is below the default mute volume level. |
- virtual bool IsOutputVolumeBelowDefaultMuteLvel(); |
+ virtual bool IsOutputVolumeBelowDefaultMuteLevel(); |
// Returns volume level in 0-100% range at which the volume should be muted. |
virtual int GetOutputDefaultVolumeMuteThreshold(); |