From 1c22ae296b85d0eebc305781b4df274ac10dbfca Mon Sep 17 00:00:00 2001 From: Mark Goldstein Date: Thu, 25 Aug 2016 12:48:07 -0700 Subject: [PATCH] docs: Fix typo Bug: 25777114 Change-Id: I5c34ceba8f3b76bd47e1c020956cef285bad59d7 --- media/java/android/media/audiofx/AudioEffect.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media/java/android/media/audiofx/AudioEffect.java b/media/java/android/media/audiofx/AudioEffect.java index b94a7e62b6a3..7dbca3b9d7e1 100644 --- a/media/java/android/media/audiofx/AudioEffect.java +++ b/media/java/android/media/audiofx/AudioEffect.java @@ -53,7 +53,7 @@ import java.util.UUID; * than the priority used by the current effect engine owner, the control will be transfered to the * new object. Otherwise control will remain with the previous object. In this case, the new * application will be notified of changes in effect engine state or control ownership by the - * appropiate listener. + * appropriate listener. */ public class AudioEffect { -- 2.11.0