aboutsummaryrefslogtreecommitdiff
path: root/connectivity/bluetooth
diff options
context:
space:
mode:
authorVerdi R-D <verdi@azend.org>2016-06-22 03:46:37 -0400
committerYuichi Araki <yaraki@google.com>2016-12-19 16:47:55 +0900
commitaccbabf20ef807b55876aea51b2c726b391d42bb (patch)
tree928a4c8ee4dff308ee4006b23d2fb5e5441ecd21 /connectivity/bluetooth
parenta5a3733fb122d50d02cae0dee23c19a089cf8ffe (diff)
downloadandroid-accbabf20ef807b55876aea51b2c726b391d42bb.tar.gz
Corrected typo in word device
https://github.com/googlesamples/android-BluetoothChat/pull/11 Change-Id: I82d5a69654444c8a765e3bc80cf97e191d379b5c
Diffstat (limited to 'connectivity/bluetooth')
-rw-r--r--connectivity/bluetooth/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/BluetoothChatFragment.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/bluetooth/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/BluetoothChatFragment.java b/connectivity/bluetooth/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/BluetoothChatFragment.java
index 6b259e45..b77ef558 100644
--- a/connectivity/bluetooth/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/BluetoothChatFragment.java
+++ b/connectivity/bluetooth/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/BluetoothChatFragment.java
@@ -355,7 +355,7 @@ public class BluetoothChatFragment extends Fragment {
}
/**
- * Establish connection with other divice
+ * Establish connection with other device
*
* @param data An {@link Intent} with {@link DeviceListActivity#EXTRA_DEVICE_ADDRESS} extra.
* @param secure Socket Security type - Secure (true) , Insecure (false)