diff options
author | kopriva <kopriva@google.com> | 2018-10-09 18:30:57 -0700 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2018-10-09 18:30:57 -0700 |
commit | 7981ff9fe41884f9fd878c1af6ed24e9875e9752 (patch) | |
tree | 70a3baed7f580f59a4b8ea5bcacf5a048f418e8f /framework/java/android/bluetooth/BluetoothGatt.java | |
parent | a007081bf9e78056f69e29502226b1d0c5b08d17 (diff) | |
parent | 985ec7982448413a314a129cd08ef0f13e81641d (diff) |
docs: fixing errors found with lint checker
am: 985ec79824
Change-Id: Id38a4b2e21285d5d5e2a2124d76885febd3441c6
Diffstat (limited to 'framework/java/android/bluetooth/BluetoothGatt.java')
-rw-r--r-- | framework/java/android/bluetooth/BluetoothGatt.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/java/android/bluetooth/BluetoothGatt.java b/framework/java/android/bluetooth/BluetoothGatt.java index 78248efdd0..43f68f7e3d 100644 --- a/framework/java/android/bluetooth/BluetoothGatt.java +++ b/framework/java/android/bluetooth/BluetoothGatt.java @@ -1291,7 +1291,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. |