From b32d4ef53a6da471928e12eb90697b56a7041ccc Mon Sep 17 00:00:00 2001 From: Birger Schacht Date: Sat, 20 Apr 2024 10:13:05 +0000 Subject: [PATCH] fix: typo Probaly -> Probably --- modules/network.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/network.c b/modules/network.c index 4bb0fb2..3d6c8c9 100644 --- a/modules/network.c +++ b/modules/network.c @@ -669,7 +669,7 @@ handle_address(struct module *mod, uint16_t type, const struct ifaddrmsg *msg, s } if (iface == NULL) { - LOG_ERR("failed to find network interface with index %d. Probaly a yambar bug", msg->ifa_index); + LOG_ERR("failed to find network interface with index %d. Probably a yambar bug", msg->ifa_index); return; }