Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 74ff70d2 authored by Eric Laurent's avatar Eric Laurent Committed by Android (Google) Code Review
Browse files

Merge "Fix typo" into honeycomb

parents 11ebdd6a ed6eae42
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -150,7 +150,7 @@ public class AudioEffect {
     */
    public static final int ERROR = -1;
    /**
     * Internal opreation status. Not returned by any method.
     * Internal operation status. Not returned by any method.
     */
    public static final int ALREADY_EXISTS = -2;
    /**
+1 −1
Original line number Diff line number Diff line
@@ -95,7 +95,7 @@ public class Visualizer {
     */
    public  static final int ERROR                = -1;
    /**
     * Internal opreation status. Not returned by any method.
     * Internal operation status. Not returned by any method.
     */
    public  static final int ALREADY_EXISTS       = -2;
    /**