From f4167599b794d8a244a52eb87178ebe4b1a9272f Mon Sep 17 00:00:00 2001 From: Zakor Gyula Date: Mon, 28 Nov 2016 15:49:42 +0100 Subject: [PATCH] Fix a typo in bluetooth_traits/lib.rs --- components/bluetooth_traits/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,