From 3219ab4de27cd40b2149b0dd13edd412efe40244 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Fri, 25 Sep 2009 16:31:39 +0400 Subject: Fix typo in Bluetooth docs. --- core/java/android/bluetooth/BluetoothAdapter.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/java/android/bluetooth') 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. *

This powers on the underlying Bluetooth hardware, and starts all * Bluetooth system services. - *

This is an asynchronous call: it will return immediatley, and + *

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. *

This gracefully shuts down all Bluetooth connections, stops Bluetooth * system services, and powers down the underlying Bluetooth hardware. - *

This is an asynchronous call: it will return immediatley, and + *

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 -- cgit v1.1