summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorQuddus Chong <quddusc@google.com>2014-07-11 11:55:23 -0700
committerRobert Ly <robertly@google.com>2014-07-15 02:39:27 +0000
commit6a5dd93652ffce88891c2bd2dc7a19c764075631 (patch)
treec745dcf1763fb1001710a9cc001fb19ae2862344 /docs
parentde138276f1c0a02f91e32f889639c629d883f948 (diff)
downloadframeworks_base-6a5dd93652ffce88891c2bd2dc7a19c764075631.zip
frameworks_base-6a5dd93652ffce88891c2bd2dc7a19c764075631.tar.gz
frameworks_base-6a5dd93652ffce88891c2bd2dc7a19c764075631.tar.bz2
docs: Fixed typo in L Preview API Overview.
bug: 15696551 Change-Id: I410fa60b9f60ff61a80cd5b059d4b6bd52c33a04
Diffstat (limited to 'docs')
-rw-r--r--docs/html/preview/api-overview.jd2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/preview/api-overview.jd b/docs/html/preview/api-overview.jd
index 16bc444..cf594dc 100644
--- a/docs/html/preview/api-overview.jd
+++ b/docs/html/preview/api-overview.jd
@@ -571,7 +571,7 @@ You must add the {@code android.permission.BLUETOOTH_ADMIN} permission in your
manifest in order for your app to use the new advertising and scanning features.</a>
<p>To begin Bluetooth LE advertising so that other devices can discover
-your app, call {@code android.bluetooth.le.BluetoothAdvertiser.startAdvisertising()}
+your app, call {@code android.bluetooth.le.BluetoothAdvertiser.startAdvertising()}
and pass in an implementation of the
{@code android.bluetooth.le.AdvertiseCallback} class. The callback object
receives a report of the success or failure of the advertising operation.</p>