diff options
author | kopriva <kopriva@google.com> | 2018-10-09 13:42:28 -0700 |
---|---|---|
committer | kopriva <kopriva@google.com> | 2018-10-09 16:01:04 -0700 |
commit | 985ec7982448413a314a129cd08ef0f13e81641d (patch) | |
tree | ab7b6eb6956376acdee43a4cdf5d0a337e5f9c23 /framework/java/android/bluetooth/BluetoothGatt.java | |
parent | ee9e4f6b77d8b9ecd011177e1e6cbd62e0ff2d77 (diff) |
docs: fixing errors found with lint checker
through /bluetooth directory
amending through /content directory
Test: make ds-docs
Bug: 117494359
Change-Id: I751e15d60f0b9cc441998b27560050bf62994fef
Exempt-From-Owner-Approval: Docs-only change
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 457119dc5b..77b65f0d1b 100644 --- a/framework/java/android/bluetooth/BluetoothGatt.java +++ b/framework/java/android/bluetooth/BluetoothGatt.java @@ -1281,7 +1281,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. |