summaryrefslogtreecommitdiff
path: root/core/java/android
diff options
context:
space:
mode:
authorJakub Pawlowski <jpawlowski@google.com>2017-09-14 08:51:44 -0700
committerJakub Pawlowski <jpawlowski@google.com>2017-09-14 19:24:28 +0000
commitcf733cd020ab47ade9d4fb5d3e85549e1bb2d561 (patch)
tree17cc759d51c81925899b2771715923e9e138b8ef /core/java/android
parent1f53eb76e45344673adab61e776671976cb759ad (diff)
Bluetooth: fix typo in comment
Test: none Change-Id: I48c674049df88285268145d4140870eb4ab79a62
Diffstat (limited to 'core/java/android')
-rw-r--r--core/java/android/bluetooth/BluetoothGatt.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/bluetooth/BluetoothGatt.java b/core/java/android/bluetooth/BluetoothGatt.java
index 83a82f7f8353..75f3f62e9371 100644
--- a/core/java/android/bluetooth/BluetoothGatt.java
+++ b/core/java/android/bluetooth/BluetoothGatt.java
@@ -913,7 +913,7 @@ public final class BluetoothGatt implements BluetoothProfile {
/**
* Set the preferred connection PHY for this app. Please note that this is just a
- * recommendation, whether the PHY change will happen depends on other applications peferences,
+ * recommendation, whether the PHY change will happen depends on other applications preferences,
* local and remote controller capabilities. Controller can override these settings.
* <p>
* {@link BluetoothGattCallback#onPhyUpdate} will be triggered as a result of this call, even