summaryrefslogtreecommitdiff
path: root/core/java/android/bluetooth/BluetoothGattServer.java
diff options
context:
space:
mode:
authorJakub Pawlowski <jpawlowski@google.com>2017-03-22 22:44:09 -0700
committerJakub Pawlowski <jpawlowski@google.com>2017-03-28 18:09:50 +0000
commit08ed924d8922eec0555f6a860d80e6e2770c8a2d (patch)
tree811dc11bd41f66ead7ce50ff9cf76b430a0a8e72 /core/java/android/bluetooth/BluetoothGattServer.java
parent999a6d00244c4b0c2163597ee783739ce7699c5b (diff)
Bluetooth API spelling fixes ("wether" -> "whether")
Bug: 30622771 Test: manual Change-Id: I01c8b18d0057f2fd6e477ce2ca0b779321b6c0e6
Diffstat (limited to 'core/java/android/bluetooth/BluetoothGattServer.java')
-rw-r--r--core/java/android/bluetooth/BluetoothGattServer.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/bluetooth/BluetoothGattServer.java b/core/java/android/bluetooth/BluetoothGattServer.java
index b35a59335939..2df2ed8ff86f 100644
--- a/core/java/android/bluetooth/BluetoothGattServer.java
+++ b/core/java/android/bluetooth/BluetoothGattServer.java
@@ -550,7 +550,7 @@ public final class BluetoothGattServer implements BluetoothProfile {
/**
* Set the preferred connection PHY for this app. Please note that this is just a
- * recommendation, wether the PHY change will happen depends on other applications peferences,
+ * recommendation, whether the PHY change will happen depends on other applications peferences,
* local and remote controller capabilities. Controller can override these settings.
* <p>
* {@link BluetoothGattServerCallback#onPhyUpdate} will be triggered as a result of this call, even