am a47df476: am a9bfc8d0: am 738a8dfc: Merge "Fixing log typo. s/realted/related" into mnc-dev

* commit 'a47df4760fe5bc6fcbc52e8ee6423207ec40afaf':
  Fixing log typo.  s/realted/related
This commit is contained in:
Ian Pedowitz
2015-07-06 12:59:08 +00:00
committed by Android Git Automerger

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