Index: device/bluetooth/bluetooth_gatt_service.h |
diff --git a/device/bluetooth/bluetooth_gatt_service.h b/device/bluetooth/bluetooth_gatt_service.h |
index 992874a2c29d743d0f92f9139e5aa6c29e1903ae..877cab53af32dfd3d26d5d2652a79769d5c8e49f 100644 |
--- a/device/bluetooth/bluetooth_gatt_service.h |
+++ b/device/bluetooth/bluetooth_gatt_service.h |
@@ -45,7 +45,7 @@ class BluetoothGattService { |
// Called when a remote device in the central role requests to read the |
// value of the characteristic |characteristic| starting at offset |offset|. |
// This method is only called if the characteristic was specified as |
- // readable and any authentication and authorization challanges were |
+ // readable and any authentication and authorization challenges were |
// satisfied by the remote device. |
// |
// To respond to the request with success and return the requested value, |
@@ -65,7 +65,7 @@ class BluetoothGattService { |
// Called when a remote device in the central role requests to write the |
// value of the characteristic |characteristic| starting at offset |offset|. |
// This method is only called if the characteristic was specified as |
- // writeable and any authentication and authorization challanges were |
+ // writable and any authentication and authorization challenges were |
// satisfied by the remote device. |
// |
// To respond to the request with success the delegate must invoke |
@@ -86,7 +86,7 @@ class BluetoothGattService { |
// Called when a remote device in the central role requests to read the |
// value of the descriptor |descriptor| starting at offset |offset|. |
// This method is only called if the characteristic was specified as |
- // readable and any authentication and authorization challanges were |
+ // readable and any authentication and authorization challenges were |
// satisfied by the remote device. |
// |
// To respond to the request with success and return the requested value, |
@@ -106,7 +106,7 @@ class BluetoothGattService { |
// Called when a remote device in the central role requests to write the |
// value of the descriptor |descriptor| starting at offset |offset|. |
// This method is only called if the characteristic was specified as |
- // writeable and any authentication and authorization challanges were |
+ // writable and any authentication and authorization challenges were |
// satisfied by the remote device. |
// |
// To respond to the request with success the delegate must invoke |