fix: typo

Probaly -> Probably
This commit is contained in:
Birger Schacht 2024-04-20 10:13:05 +00:00
parent 6f3952819f
commit b32d4ef53a

View file

@ -669,7 +669,7 @@ handle_address(struct module *mod, uint16_t type, const struct ifaddrmsg *msg, s
} }
if (iface == NULL) { 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; return;
} }