summaryrefslogtreecommitdiffstats
path: root/docs/html/guide/topics/manifest
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2014-03-08 01:51:52 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-03-08 01:51:52 +0000
commitbe59a211644d17b00bc24b3359f5ffc8723a4be0 (patch)
tree2780a34563e83acfe5c7ddf6e0c100ee1adefc46 /docs/html/guide/topics/manifest
parent6c18e8adf29f059c5b5d3c73c4aa24cce86251cf (diff)
parent29d60b95fa8019c0542f46551057c4d376bb8a7a (diff)
downloadframeworks_base-be59a211644d17b00bc24b3359f5ffc8723a4be0.zip
frameworks_base-be59a211644d17b00bc24b3359f5ffc8723a4be0.tar.gz
frameworks_base-be59a211644d17b00bc24b3359f5ffc8723a4be0.tar.bz2
am 29d60b95: am 8d41e653: Merge "Miscellaneous small documentation fixes."
* commit '29d60b95fa8019c0542f46551057c4d376bb8a7a': Miscellaneous small documentation fixes.
Diffstat (limited to 'docs/html/guide/topics/manifest')
-rw-r--r--docs/html/guide/topics/manifest/activity-element.jd2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/guide/topics/manifest/activity-element.jd b/docs/html/guide/topics/manifest/activity-element.jd
index bd1edc2..b648d48 100644
--- a/docs/html/guide/topics/manifest/activity-element.jd
+++ b/docs/html/guide/topics/manifest/activity-element.jd
@@ -580,7 +580,7 @@ This attribute was introduced in API Level 3.
<a href="#nm"><code>android:name</code></a> attribute.
<p>The system reads this attribute to determine which activity should be started when
- the use presses the Up button in the action bar. The system can also use this information to
+ the user presses the Up button in the action bar. The system can also use this information to
synthesize a back stack of activities with {@link android.app.TaskStackBuilder}.</p>
<p>To support API levels 4 - 16, you can also declare the parent activity with a {@code