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

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: 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
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

Powered by Google App Engine
This is Rietveld 408576698