summaryrefslogtreecommitdiffstats
path: root/docs/html/guide/topics/ui/how-android-draws.jd
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2009-07-30 17:00:34 -0700
committerElliott Hughes <enh@google.com>2009-08-21 13:10:55 -0700
commit7f877069274c94b373478a8d0c969c9cfd93864f (patch)
treeb5592410de891fd5b3b5992084bc567d2ded3354 /docs/html/guide/topics/ui/how-android-draws.jd
parent56a63fedcf4caa5b85994dc9f2d960293c2696e2 (diff)
downloadframeworks_base-7f877069274c94b373478a8d0c969c9cfd93864f.zip
frameworks_base-7f877069274c94b373478a8d0c969c9cfd93864f.tar.gz
frameworks_base-7f877069274c94b373478a8d0c969c9cfd93864f.tar.bz2
Fix all typos (found by script) in the Android documentation.
I haven't touched instances of "behaviour", "dequeue", "removeable", "resizeable", or "removeable" because all are accepted variant spellings and I don't know what the policy is on such things.
Diffstat (limited to 'docs/html/guide/topics/ui/how-android-draws.jd')
-rw-r--r--docs/html/guide/topics/ui/how-android-draws.jd4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/guide/topics/ui/how-android-draws.jd b/docs/html/guide/topics/ui/how-android-draws.jd
index 21f9833..efb55a2 100644
--- a/docs/html/guide/topics/ui/how-android-draws.jd
+++ b/docs/html/guide/topics/ui/how-android-draws.jd
@@ -51,7 +51,7 @@ and each View is responsible for drawing itself.
</p>
<div class="sidebox"><p>
- To intiate a layout, call <code>{@link android.view.View#requestLayout}</code>. This method is typically
+ To initiate a layout, call <code>{@link android.view.View#requestLayout}</code>. This method is typically
called by a View on itself when it believes that is can no longer fit within
its current bounds.</p>
</div>
@@ -86,7 +86,7 @@ and each View is responsible for drawing itself.
child. The child must use this size, and guarantee that all of its
descendants will fit within this size.</li>
<li><var>AT_MOST</var>: This is used by the parent to impose a maximum size on the
- child. The child must gurantee that it and all of its descendants will fit
+ child. The child must guarantee that it and all of its descendants will fit
within this size.</li>
</ul>