summaryrefslogtreecommitdiff
path: root/framework/java/android/bluetooth/BluetoothGattCharacteristic.java
diff options
context:
space:
mode:
authorAndrew Solovay <asolovay@google.com>2017-10-27 15:11:48 -0700
committerAndrew Solovay <asolovay@google.com>2017-10-27 15:29:57 -0700
commit17fde5cd88ca34d7e67e0646a242e3ba5fa01104 (patch)
tree7e21ae3dcad934cc104218dd249451b8a513021b /framework/java/android/bluetooth/BluetoothGattCharacteristic.java
parent1e0f5c9b229e20351588fccb0a0d774e4c12dc0c (diff)
docs: Typo fixes
See first comment for doc stage location. Change-Id: I29661ffab0ff10021671df0b725c9f9b12430960 Bug: 67886596 Bug: 67932414 Test: make ds-docs
Diffstat (limited to 'framework/java/android/bluetooth/BluetoothGattCharacteristic.java')
-rw-r--r--framework/java/android/bluetooth/BluetoothGattCharacteristic.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/java/android/bluetooth/BluetoothGattCharacteristic.java b/framework/java/android/bluetooth/BluetoothGattCharacteristic.java
index 1cc2270be5..6609907ec3 100644
--- a/framework/java/android/bluetooth/BluetoothGattCharacteristic.java
+++ b/framework/java/android/bluetooth/BluetoothGattCharacteristic.java
@@ -119,7 +119,7 @@ public class BluetoothGattCharacteristic implements Parcelable {
public static final int WRITE_TYPE_DEFAULT = 0x02;
/**
- * Wrtite characteristic without requiring a response by the remote device
+ * Write characteristic without requiring a response by the remote device
*/
public static final int WRITE_TYPE_NO_RESPONSE = 0x01;