diff mbox series

manager: Fix typo

Message ID 323e3bd2-e17f-bd9e-51ac-714d2befd060@a-kobel.de (mailing list archive)
State Accepted, archived
Headers show
Series manager: Fix typo | expand

Checks

Context Check Description
tedd_an/pre-ci_am success Success
prestwoj/iwd-alpine-ci-fetch success Fetch PR
prestwoj/iwd-ci-gitlint success GitLint
prestwoj/iwd-ci-fetch success Fetch PR
prestwoj/iwd-alpine-ci-makedistcheck success Make Distcheck
prestwoj/iwd-alpine-ci-incremental_build success Incremental build not run PASS
prestwoj/iwd-ci-makedistcheck success Make Distcheck
prestwoj/iwd-ci-incremental_build success Incremental build not run PASS
prestwoj/iwd-alpine-ci-build success Build - Configure
prestwoj/iwd-ci-build success Build - Configure
prestwoj/iwd-alpine-ci-makecheckvalgrind success Make Check w/Valgrind
prestwoj/iwd-alpine-ci-makecheck success Make Check
prestwoj/iwd-ci-clang success clang PASS
prestwoj/iwd-ci-makecheckvalgrind success Make Check w/Valgrind
prestwoj/iwd-ci-makecheck success Make Check
prestwoj/iwd-ci-testrunner success test-runner PASS

Commit Message

Alexander Kobel Aug. 4, 2022, 11:05 a.m. UTC
---
 src/manager.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Denis Kenzior Aug. 4, 2022, 2:16 p.m. UTC | #1
Hi Alexander,

On 8/4/22 06:05, Alexander Kobel wrote:
> ---
>   src/manager.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 

Applied, thanks.

Regards,
-Denis
diff mbox series

Patch

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...");