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

Commit 55e5eaa0 authored by Becky Siegel's avatar Becky Siegel
Browse files

Fix common typo

Change-Id: Ife9cf6d013f591a0424a493f5c161f2c8ee877b7
parent 11a67a20
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -362,12 +362,12 @@ public abstract class AccessibilityService extends Service {
    public static final int GESTURE_SWIPE_UP_AND_RIGHT = 14;

    /**
     * The user has performed an down and left gesture on the touch screen.
     * The user has performed a down and left gesture on the touch screen.
     */
    public static final int GESTURE_SWIPE_DOWN_AND_LEFT = 15;

    /**
     * The user has performed an down and right gesture on the touch screen.
     * The user has performed a down and right gesture on the touch screen.
     */
    public static final int GESTURE_SWIPE_DOWN_AND_RIGHT = 16;

+1 −1
Original line number Diff line number Diff line
@@ -2015,7 +2015,7 @@ public class AccountManager {
     *     null for no callback
     * @param handler {@link Handler} identifying the callback thread,
     *     null for the main thread
     * @return An {@link AccountManagerFuture} which resolves to a Boolean indicated wether it
     * @return An {@link AccountManagerFuture} which resolves to a Boolean indicated whether it
     * succeeded.
     * @hide
     */