docs: Fixing typos.

Doc is staged to:

http://go/dac-stage/reference/android/media/audiofx/AudioEffect
http://go/dac-stage/reference/android/media/audiofx/AudioEffect.OnControlStatusChangeListener
http://go/dac-stage/reference/android/media/audiofx/AudioEffect.OnEnableStatusChangeListener

Bug: 119656338
Change-Id: I813610941ae0f317944a75687f354cc9f66e8600
Exempt-From-Owner-Approval: Doc-only change
Test: make ds-docs
This commit is contained in:
Andrew Solovay
2018-11-16 14:55:13 -08:00
parent 664145dcbc
commit bcaedc102d

View File

@@ -982,7 +982,7 @@ public class AudioEffect {
// --------------------
/**
* The OnEnableStatusChangeListener interface defines a method called by the AudioEffect
* when a the enabled state of the effect engine was changed by the controlling application.
* when the enabled state of the effect engine was changed by the controlling application.
*/
public interface OnEnableStatusChangeListener {
/**
@@ -996,7 +996,7 @@ public class AudioEffect {
/**
* The OnControlStatusChangeListener interface defines a method called by the AudioEffect
* when a the control of the effect engine is gained or lost by the application
* when control of the effect engine is gained or lost by the application
*/
public interface OnControlStatusChangeListener {
/**