Commit 27d1c469 authored by Colin Ian King's avatar Colin Ian King Committed by Marcel Holtmann

Bluetooth: fix spelling mistake: "advetising" -> "advertising"

trivial fix to spelling mistake in BT_ERR_RATELIMITED error message
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarMarcel Holtmann <marcel@holtmann.org>
parent a9a4840d
......@@ -4749,7 +4749,7 @@ static void process_adv_report(struct hci_dev *hdev, u8 type, bdaddr_t *bdaddr,
case LE_ADV_SCAN_RSP:
break;
default:
BT_ERR_RATELIMITED("Unknown advetising packet type: 0x%02x",
BT_ERR_RATELIMITED("Unknown advertising packet type: 0x%02x",
type);
return;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment