am dbed61c8: am ca2df286: Merge "Fix typo in the exception message."

* commit 'dbed61c860367cead2767c66699eaf8c7bba59cf':
  Fix typo in the exception message.
This commit is contained in:
Nick Kralevich
2014-07-05 17:17:47 +00:00
committed by Android Git Automerger

View 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 {