Index: chrome/common/extensions/api/bluetooth_low_energy.idl |
diff --git a/chrome/common/extensions/api/bluetooth_low_energy.idl b/chrome/common/extensions/api/bluetooth_low_energy.idl |
index 125181f017e45492ac278b729d8eb97c40214ab5..b5e7665c067f70e5cc2ab99a49e1480212950e01 100644 |
--- a/chrome/common/extensions/api/bluetooth_low_energy.idl |
+++ b/chrome/common/extensions/api/bluetooth_low_energy.idl |
@@ -11,7 +11,7 @@ namespace bluetoothLowEnergy { |
enum CharacteristicProperty {broadcast, read, writeWithoutResponse, write, |
notify, indicate, authenticatedSignedWrites, |
extendedProperties, reliableWrite, |
- writeableAuxiliaries}; |
+ writableAuxiliaries}; |
// Represents a peripheral's Bluetooth GATT Service, a collection of |
// characteristics and relationships to other services that encapsulate |