summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Ricardo Loo Foronda <rloo@google.com> 2018-01-29 02:39:30 +0000
committer android-build-merger <android-build-merger@google.com> 2018-01-29 02:39:30 +0000
commitd5a62bebc354c6de9e7e538df668c7e9ae883b9f (patch)
tree20d899b1e91d35ff08d1dc374a50244903bb2f50
parentd99cb52b1795b1952a177c6228e0793bb4dea136 (diff)
parent1299d4b0a995b664aa45323f8039f10d30a496c6 (diff)
Merge "docs: Added a missing "be" in ACTION_CONNECTION_STATE_CHANGED" into oc-mr1-dev
am: 1299d4b0a9 Change-Id: Ib2911651950048305b00df5f26ca5656e205bcee
-rw-r--r--core/java/android/bluetooth/BluetoothAdapter.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/bluetooth/BluetoothAdapter.java b/core/java/android/bluetooth/BluetoothAdapter.java
index 6c8fe2e399fa..b24d42d5291d 100644
--- a/core/java/android/bluetooth/BluetoothAdapter.java
+++ b/core/java/android/bluetooth/BluetoothAdapter.java
@@ -434,7 +434,7 @@ public final class BluetoothAdapter {
* Intent used to broadcast the change in connection state of the local
* Bluetooth adapter to a profile of the remote device. When the adapter is
* not connected to any profiles of any remote devices and it attempts a
- * connection to a profile this intent will sent. Once connected, this intent
+ * connection to a profile this intent will be sent. Once connected, this intent
* will not be sent for any more connection attempts to any profiles of any
* remote device. When the adapter disconnects from the last profile its
* connected to of any remote device, this intent will be sent.