summaryrefslogtreecommitdiffstats
path: root/docs/html/training/basics/activity-lifecycle
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2012-07-02 21:47:20 -0700
committerScott Main <smain@google.com>2012-07-02 21:47:20 -0700
commit399df5677bd116a016664a10a0da432da29e829d (patch)
tree915caefa7523392872acd3b69a66d4b5bff71dc4 /docs/html/training/basics/activity-lifecycle
parentf212878e3513b378eac622e5b03b0ac3aee91127 (diff)
downloadframeworks_base-399df5677bd116a016664a10a0da432da29e829d.zip
frameworks_base-399df5677bd116a016664a10a0da432da29e829d.tar.gz
frameworks_base-399df5677bd116a016664a10a0da432da29e829d.tar.bz2
docs: various link fixes and other typos from external tracker
Change-Id: I2a107f7e16429c0fe80c5e4cb67ecfaf267db301
Diffstat (limited to 'docs/html/training/basics/activity-lifecycle')
-rw-r--r--docs/html/training/basics/activity-lifecycle/recreating.jd2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/training/basics/activity-lifecycle/recreating.jd b/docs/html/training/basics/activity-lifecycle/recreating.jd
index 005a95b..3bbf0bb 100644
--- a/docs/html/training/basics/activity-lifecycle/recreating.jd
+++ b/docs/html/training/basics/activity-lifecycle/recreating.jd
@@ -32,7 +32,7 @@ href="{@docRoot}guide/topics/resources/runtime-changes.html">Handling Runtime Ch
<p>There are a few scenarios in which your activity is destroyed due to normal app behavior, such as
when the user presses the <em>Back</em> button or your activity signals its own destruction by
-calling {@link android.app.Activity#finish()}. The system may also destory your activity if it's
+calling {@link android.app.Activity#finish()}. The system may also destroy your activity if it's
currently stopped and hasn't been used in a long time or the foreground activity requires more
resources so the system must shut down background processes to recover memory.</p>