OSDN Git Service

am ca2df286: Merge "Fix typo in the exception message."
authorNick Kralevich <nnk@google.com>
Sat, 5 Jul 2014 17:11:47 +0000 (17:11 +0000)
committerAndroid Git Automerger <android-git-automerger@android.com>
Sat, 5 Jul 2014 17:11:47 +0000 (17:11 +0000)
* commit 'ca2df28678352ea72cfb8a680796d0a908b2453b':
  Fix typo in the exception message.

location/java/android/location/LocationManager.java

index ccb4304..170ec98 100644 (file)
@@ -1642,7 +1642,7 @@ public class LocationManager {
         }
         if (!intent.isTargetedToPackage()) {
             IllegalArgumentException e = new IllegalArgumentException(
-                    "pending intent msut be targeted to package");
+                    "pending intent must be targeted to package");
             if (mContext.getApplicationInfo().targetSdkVersion > Build.VERSION_CODES.JELLY_BEAN) {
                 throw e;
             } else {