Diff between 83e34edae3ab8dcbe1aadf57d5ac4fc43678b8ea and b04bec273ec37bca1a46ab5f85ef0529a3940337

Changed Files

File Additions Deletions Status
src/device.c +1 -1 modified

Full Patch

diff --git a/src/device.c b/src/device.c
index a753d21..7701987 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)