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

Unified Diff: device/bluetooth/bluetooth_gatt_chromeos_unittest.cc

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_characteristic.h ('k') | device/bluetooth/bluetooth_gatt_descriptor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/bluetooth/bluetooth_gatt_chromeos_unittest.cc
diff --git a/device/bluetooth/bluetooth_gatt_chromeos_unittest.cc b/device/bluetooth/bluetooth_gatt_chromeos_unittest.cc
index 19f110f9d558e63b33bdb237e5c0a53456c275f2..de3750d82c0fad1de709aa180a034475edfabf10 100644
--- a/device/bluetooth/bluetooth_gatt_chromeos_unittest.cc
+++ b/device/bluetooth/bluetooth_gatt_chromeos_unittest.cc
@@ -827,7 +827,7 @@ TEST_F(BluetoothGattChromeOSTest, GattCharacteristicValue) {
// Run the message loop so that the characteristics appear.
base::MessageLoop::current()->Run();
- // Issue write request to non-writeable characteristics.
+ // Issue write request to non-writable characteristics.
observer.last_gatt_characteristic_id_.clear();
observer.last_gatt_characteristic_uuid_ = BluetoothUUID();
@@ -878,7 +878,7 @@ TEST_F(BluetoothGattChromeOSTest, GattCharacteristicValue) {
last_service_error_);
EXPECT_EQ(0, observer.gatt_characteristic_value_changed_count_);
- // Issue write request to writeable characteristic. The "Body Sensor Location"
+ // Issue write request to writable characteristic. The "Body Sensor Location"
// characteristic does not send notifications and WriteValue does not result
// in a CharacteristicValueChanged event, thus no such event should be
// received.
« no previous file with comments | « device/bluetooth/bluetooth_gatt_characteristic.h ('k') | device/bluetooth/bluetooth_gatt_descriptor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698