diff --git a/components/bluetooth_traits/lib.rs b/components/bluetooth_traits/lib.rs index 5c06e900141..761173eb32f 100644 --- a/components/bluetooth_traits/lib.rs +++ b/components/bluetooth_traits/lib.rs @@ -31,7 +31,7 @@ pub struct BluetoothDeviceMsg { // Bluetooth Device properties pub id: String, pub name: Option, - // Advertisiong Data properties + // Advertising Data properties pub appearance: Option, pub tx_power: Option, pub rssi: Option,