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

Commit 9139b29c authored by Ian Pedowitz's avatar Ian Pedowitz
Browse files

Fixing log typo. s/realted/related

Bug: 22273408
Change-Id: I756f56ee80d5840bd734249826eb658cbf472921
parent a7bdb6c9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -481,7 +481,7 @@ public class GpsLocationProvider implements LocationProviderInterface {
    };

    private void subscriptionOrSimChanged(Context context) {
        Log.d(TAG, "received SIM realted action: ");
        Log.d(TAG, "received SIM related action: ");
        TelephonyManager phone = (TelephonyManager)
                mContext.getSystemService(Context.TELEPHONY_SERVICE);
        String mccMnc = phone.getSimOperator();