summaryrefslogtreecommitdiff
path: root/framework/java/android/bluetooth/BluetoothGatt.java
diff options
context:
space:
mode:
authorkopriva <kopriva@google.com>2018-10-10 19:41:15 -0700
committerandroid-build-merger <android-build-merger@google.com>2018-10-10 19:41:15 -0700
commita9d71d799d0bb87b417336ba4e40ac8b6c22f84f (patch)
tree2f30e1667e75594e687d92350f6413703ac54718 /framework/java/android/bluetooth/BluetoothGatt.java
parentfee6b3381ef86fc181fb531cbd66423f856f3867 (diff)
parent7981ff9fe41884f9fd878c1af6ed24e9875e9752 (diff)
docs: fixing errors found with lint checker am: 985ec79824
am: 7981ff9fe4 Change-Id: I056261f069ed679ed8a03bfc0791bfe59a405361
Diffstat (limited to 'framework/java/android/bluetooth/BluetoothGatt.java')
-rw-r--r--framework/java/android/bluetooth/BluetoothGatt.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/java/android/bluetooth/BluetoothGatt.java b/framework/java/android/bluetooth/BluetoothGatt.java
index 29d5a1c583..9b7c173a1e 100644
--- a/framework/java/android/bluetooth/BluetoothGatt.java
+++ b/framework/java/android/bluetooth/BluetoothGatt.java
@@ -1292,7 +1292,7 @@ public final class BluetoothGatt implements BluetoothProfile {
* <p>After all characteristics have been queued up and verified,
* {@link #executeReliableWrite} will execute all writes. If a characteristic
* was not written correctly, calling {@link #abortReliableWrite} will
- * cancel the current transaction without commiting any values on the
+ * cancel the current transaction without committing any values on the
* remote device.
*
* <p>Requires {@link android.Manifest.permission#BLUETOOTH} permission.