diff options
| author | Brad Fitzpatrick <bradfitz@google.com> | 2009-09-25 16:31:39 +0400 |
|---|---|---|
| committer | Brad Fitzpatrick <bradfitz@google.com> | 2009-09-25 20:28:02 +0400 |
| commit | 8946f239c4b2bc28191f5c61334ff026b574ee27 (patch) | |
| tree | c09628b4ed906a67ea3e48082e94a650a3cb034f /framework/java/android/bluetooth/BluetoothAdapter.java | |
| parent | dc7043578c102cf719049414eb3b81c847d8f00c (diff) | |
Fix typo in Bluetooth docs.
Diffstat (limited to 'framework/java/android/bluetooth/BluetoothAdapter.java')
| -rw-r--r-- | framework/java/android/bluetooth/BluetoothAdapter.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/java/android/bluetooth/BluetoothAdapter.java b/framework/java/android/bluetooth/BluetoothAdapter.java index 6aec52c0d4..776c923c0b 100644 --- a/framework/java/android/bluetooth/BluetoothAdapter.java +++ b/framework/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 |
