summaryrefslogtreecommitdiff
path: root/core/java/android/content/Intent.java
diff options
context:
space:
mode:
authorJohn Spurlock <jspurlock@google.com>2013-06-17 10:32:46 -0400
committerJohn Spurlock <jspurlock@google.com>2013-07-15 12:08:21 -0400
commit6098c5d3555860f272d8ddbd353a42f4c8474e1c (patch)
treeb6cbb6a060d7fbc6a3cecf155630510c9df33b1c /core/java/android/content/Intent.java
parent326ef35f6f0ee3221804585592e462a9307c2df1 (diff)
Docfixes in IBinder, Context, View, and Intent.
Fix links in @throws clauses, typos, redundant "returns" and use @code for true + false in returns. Change-Id: Ic3c4c75d6061732d997a386dc3232475c992c188
Diffstat (limited to 'core/java/android/content/Intent.java')
-rw-r--r--core/java/android/content/Intent.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/content/Intent.java b/core/java/android/content/Intent.java
index bda71126b47d..62c8d58c9dcb 100644
--- a/core/java/android/content/Intent.java
+++ b/core/java/android/content/Intent.java
@@ -1458,7 +1458,7 @@ public class Intent implements Parcelable, Cloneable {
/**
* Broadcast Action: The current time has changed. Sent every
* minute. You can <em>not</em> receive this through components declared
- * in manifests, only by exlicitly registering for it with
+ * in manifests, only by explicitly registering for it with
* {@link Context#registerReceiver(BroadcastReceiver, IntentFilter)
* Context.registerReceiver()}.
*
@@ -2658,7 +2658,7 @@ public class Intent implements Parcelable, Cloneable {
* Set if the activity should be an option for the default action
* (center press) to perform on a piece of data. Setting this will
* hide from the user any activities without it set when performing an
- * action on some data. Note that this is normal -not- set in the
+ * action on some data. Note that this is normally -not- set in the
* Intent when initiating an action -- it is for use in intent filters
* specified in packages.
*/