From cfd2fe7d33112d26404d86e400b83190242a052e Mon Sep 17 00:00:00 2001 From: Alexander Kobel Date: Thu, 4 Aug 2022 13:05:03 +0200 Subject: [PATCH] manager: Fix typo --- src/manager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/manager.c b/src/manager.c index 437841b3..6ff642f1 100644 --- a/src/manager.c +++ b/src/manager.c @@ -755,7 +755,7 @@ static void manager_config_notify(struct l_genl_msg *msg, void *user_data) if (!wiphy_find(wiphy_id)) { l_warn("Received a NEW_INTERFACE for a wiphy id" - " that isn't tracked. This is most ikely a" + " that isn't tracked. This is most likely a" " kernel bug where NEW_WIPHY events that are" " too large are dropped on the floor." " Attempting a workaround...");