From b04bec273ec37bca1a46ab5f85ef0529a3940337 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Mon, 20 Nov 2017 16:31:13 +0200 Subject: [PATCH] device: Fix typo --- src/device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/device.c b/src/device.c index a753d2140..7701987a7 100644 --- a/src/device.c +++ b/src/device.c @@ -5377,7 +5377,7 @@ void device_set_paired(struct btd_device *dev, uint8_t bdaddr_type) state->paired = true; - /* If the other bearer state was alraedy true we don't need to + /* If the other bearer state was already true we don't need to * send any property signals. */ if (dev->bredr_state.paired == dev->le_state.paired) -- 2.47.3