summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorChristopher Tate <ctate@android.com>2013-01-14 10:59:57 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2013-01-14 10:59:57 -0800
commitc4802638d85b563df8218873504c9f9100f67e2c (patch)
treea77357b0b8e67cd2e7678327f2f600cca4629ad1 /docs
parentcc52272b4fa27ab36ba20e22a53f872fedc8bb45 (diff)
parentc80746125ef5bcb44e6b2f459abd2dfdc67f4f61 (diff)
downloadframeworks_base-c4802638d85b563df8218873504c9f9100f67e2c.zip
frameworks_base-c4802638d85b563df8218873504c9f9100f67e2c.tar.gz
frameworks_base-c4802638d85b563df8218873504c9f9100f67e2c.tar.bz2
am c8074612: Merge "Fix the spelling of "retrieves""
* commit 'c80746125ef5bcb44e6b2f459abd2dfdc67f4f61': Fix the spelling of "retrieves"
Diffstat (limited to 'docs')
-rw-r--r--docs/html/guide/topics/ui/declaring-layout.jd2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/guide/topics/ui/declaring-layout.jd b/docs/html/guide/topics/ui/declaring-layout.jd
index e229f23..28e1418 100644
--- a/docs/html/guide/topics/ui/declaring-layout.jd
+++ b/docs/html/guide/topics/ui/declaring-layout.jd
@@ -395,7 +395,7 @@ subclasses {@link android.widget.AdapterView} to populate the layout with views
subclass of the {@link android.widget.AdapterView} class uses an {@link android.widget.Adapter} to
bind data to its layout. The {@link android.widget.Adapter} behaves as a middle-man between the data
source and the {@link android.widget.AdapterView} layout&mdash;the {@link android.widget.Adapter}
-retreives the data (from a source such as an array or a database query) and converts each entry
+retrieves the data (from a source such as an array or a database query) and converts each entry
into a view that can be added into the {@link android.widget.AdapterView} layout.</p>
<p>Common layouts backed by an adapter include:</p>