Merge "docs: Fixing typos." into pi-dev am: 94a49c90a7

am: 0db8a96a7c

Change-Id: Ib4e0492fb8b58acb215c566f60d9f3156687b278
This commit is contained in:
Andrew Solovay
2018-11-19 10:11:08 -08:00
committed by android-build-merger

View File

@@ -989,7 +989,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 {
/**
@@ -1003,7 +1003,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 {
/**