Index: ppapi/api/ppb_audio_config.idl |
diff --git a/ppapi/api/ppb_audio_config.idl b/ppapi/api/ppb_audio_config.idl |
index 73666e7db9197f318edc2c7057f7b533ed267d1e..1d64b4fb0521524e9de7c43917ab368164bab6dc 100644 |
--- a/ppapi/api/ppb_audio_config.idl |
+++ b/ppapi/api/ppb_audio_config.idl |
@@ -200,7 +200,7 @@ interface PPB_AudioConfig { |
* RecommendSampleRate() returns the native sample rate that the browser |
* is using in the backend. Applications that use the recommended sample |
* rate will have potentially better latency and fidelity. The return value |
- * is indended for audio output devices. If the output sample rate cannot be |
+ * is intended for audio output devices. If the output sample rate cannot be |
* determined, this function can return PP_AUDIOSAMPLERATE_NONE. |
* |
* @param[in] instance |