device: Fix typo
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 @@
 
 	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)