diff options
author | Elliott Hughes <enh@google.com> | 2009-07-30 17:00:34 -0700 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2009-08-21 13:10:55 -0700 |
commit | 7f877069274c94b373478a8d0c969c9cfd93864f (patch) | |
tree | b5592410de891fd5b3b5992084bc567d2ded3354 /docs/html/guide/topics/appwidgets | |
parent | 56a63fedcf4caa5b85994dc9f2d960293c2696e2 (diff) | |
download | frameworks_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/appwidgets')
-rw-r--r-- | docs/html/guide/topics/appwidgets/index.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/guide/topics/appwidgets/index.jd b/docs/html/guide/topics/appwidgets/index.jd index fc0061d..ef0080a 100644 --- a/docs/html/guide/topics/appwidgets/index.jd +++ b/docs/html/guide/topics/appwidgets/index.jd @@ -382,7 +382,7 @@ so the Activity needs to accept this Intent. For example:</p> <p>Also, the Activity must be declared in the AppWidgetProviderInfo XML file, with the <code>android:configure</code> attribute (see <a href="#MetaData">Adding -the AppWidgetProvierInfo Metadata</a> above). For example, the configuration Activity +the AppWidgetProviderInfo Metadata</a> above). For example, the configuration Activity can be declared like this:</p> <pre> |