diff --git a/plugins/policy.c b/plugins/policy.c
index 561e3c0..66f5c04 100644
--- a/plugins/policy.c
+++ b/plugins/policy.c
policy_set_hs_timer(data);
/* Check if service initiate the connection then proceed
- * immediatelly otherwise set timer
+ * immediately otherwise set timer
*/
if (btd_service_is_initiator(service))
policy_connect(data, controller);
data->source_retries = 0;
/* Check if service initiate the connection then proceed
- * immediatelly otherwise set timer
+ * immediately otherwise set timer
*/
if (btd_service_is_initiator(service))
policy_connect(data, target);