Fixing log typo. s/realted/related

Bug: 22273408
Change-Id: I756f56ee80d5840bd734249826eb658cbf472921
This commit is contained in:
Ian Pedowitz
2015-07-04 18:07:33 -07:00
parent a7bdb6c99b
commit 9139b29ca6

View File

@@ -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();