forked from external/yambar
fix: typo
Probaly -> Probably
This commit is contained in:
parent
547cef5afb
commit
3a7455913f
1 changed files with 1 additions and 1 deletions
|
@ -670,7 +670,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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue