From 8a051a4ec34680dc93554457fec84677cb2cdcbf Mon Sep 17 00:00:00 2001 From: Joe Onorato Date: Thu, 4 Mar 2010 15:54:50 -0500 Subject: [PATCH] Fix typo. According to grep, this is the only place in the tree that has it. --- core/java/android/content/Intent.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/java/android/content/Intent.java b/core/java/android/content/Intent.java index 179b80780a114..e63851f0a6036 100644 --- a/core/java/android/content/Intent.java +++ b/core/java/android/content/Intent.java @@ -1423,7 +1423,7 @@ public class Intent implements Parcelable, Cloneable { */ @SdkConstant(SdkConstantType.BROADCAST_INTENT_ACTION) public static final String ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE = - "android.intent.action.EXTERNAL_APPLICATIONS_UNAVAILABILE"; + "android.intent.action.EXTERNAL_APPLICATIONS_UNAVAILABLE"; /** * Broadcast Action: The current system wallpaper has changed. See