Chromium Code Reviews| 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..e127b8a108dab568d96ea36d817eeae1e7a64f29 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 |
| + // writeable and any authentication and authorization challenges were |
|
armansito
2014/10/28 05:28:28
nit: s/writeable/writable/ :P
Ben Chan
2014/10/28 05:33:24
interesting, vim spell check didn't flag 'writeabl
|
| // 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 |
| + // writeable and any authentication and authorization challenges were |
|
armansito
2014/10/28 05:28:28
s/writeable/writable/
Ben Chan
2014/10/28 05:33:24
Done.
|
| // satisfied by the remote device. |
| // |
| // To respond to the request with success the delegate must invoke |