summaryrefslogtreecommitdiffstats
path: root/core/java/android/bluetooth
diff options
context:
space:
mode:
authorBrad Fitzpatrick <bradfitz@google.com>2009-09-25 16:31:39 +0400
committerBrad Fitzpatrick <bradfitz@google.com>2009-09-25 20:28:02 +0400
commit3219ab4de27cd40b2149b0dd13edd412efe40244 (patch)
treea47048f24914d0e97a86c1da61b3c88b135564de /core/java/android/bluetooth
parent82768db56b8f6a6d22adba36df9539550091d411 (diff)
downloadframeworks_base-3219ab4de27cd40b2149b0dd13edd412efe40244.zip
frameworks_base-3219ab4de27cd40b2149b0dd13edd412efe40244.tar.gz
frameworks_base-3219ab4de27cd40b2149b0dd13edd412efe40244.tar.bz2
Fix typo in Bluetooth docs.
Diffstat (limited to 'core/java/android/bluetooth')
-rw-r--r--core/java/android/bluetooth/BluetoothAdapter.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/bluetooth/BluetoothAdapter.java b/core/java/android/bluetooth/BluetoothAdapter.java
index 6aec52c..776c923 100644
--- a/core/java/android/bluetooth/BluetoothAdapter.java
+++ b/core/java/android/bluetooth/BluetoothAdapter.java
@@ -297,7 +297,7 @@ public final class BluetoothAdapter {
* Turn on the local Bluetooth adapter.
* <p>This powers on the underlying Bluetooth hardware, and starts all
* Bluetooth system services.
- * <p>This is an asynchronous call: it will return immediatley, and
+ * <p>This is an asynchronous call: it will return immediately, and
* clients should listen for {@link #ACTION_STATE_CHANGED}
* to be notified of subsequent adapter state changes. If this call returns
* true, then the adapter state will immediately transition from {@link
@@ -322,7 +322,7 @@ public final class BluetoothAdapter {
* Turn off the local Bluetooth adapter.
* <p>This gracefully shuts down all Bluetooth connections, stops Bluetooth
* system services, and powers down the underlying Bluetooth hardware.
- * <p>This is an asynchronous call: it will return immediatley, and
+ * <p>This is an asynchronous call: it will return immediately, and
* clients should listen for {@link #ACTION_STATE_CHANGED}
* to be notified of subsequent adapter state changes. If this call returns
* true, then the adapter state will immediately transition from {@link