Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(271)

Unified Diff: device/bluetooth/bluetooth_gatt_service.h

Issue 681193002: Fix typos in device/bluetooth headers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more typo fixes Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « device/bluetooth/bluetooth_gatt_notify_session.h ('k') | device/bluetooth/bluetooth_init_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « device/bluetooth/bluetooth_gatt_notify_session.h ('k') | device/bluetooth/bluetooth_init_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698