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

Commit ed6eae42 authored by Glenn Kasten's avatar Glenn Kasten
Browse files

Fix typo

Change-Id: I73e7c5cf13c5ed82398006af61308665eb1d3ad0
parent 38f79d01
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;
    /**