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

Commit 8322f1ea authored by Rick C's avatar Rick C
Browse files

CatService: fix typo

Change-Id: Ic398555349bb2ae5fb7fe754fc48d69d391b2831
parent bc5b61de
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -104,7 +104,7 @@ public class CatService extends Handler implements AppInterface {
    private static final int DEV_ID_TERMINAL    = 0x82;
    private static final int DEV_ID_NETWORK     = 0x83;

    static final String STK_DEFAULT = "Defualt Message";
    static final String STK_DEFAULT = "Default Message";

    // Sms send result constants.
    static final int SMS_SEND_OK = 0;