From 985ec7982448413a314a129cd08ef0f13e81641d Mon Sep 17 00:00:00 2001 From: kopriva Date: Tue, 9 Oct 2018 13:42:28 -0700 Subject: 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 --- framework/java/android/bluetooth/BluetoothGatt.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework/java/android/bluetooth/BluetoothGatt.java') 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 { *

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. * *

Requires {@link android.Manifest.permission#BLUETOOTH} permission. -- cgit v1.2.3