mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-06 04:40:32 +01:00
trivial: fix misspelling
This commit is contained in:
parent
56513f5289
commit
88faa0e0ca
1 changed files with 1 additions and 1 deletions
|
|
@ -1066,7 +1066,7 @@ netlink_notification (NMNetlinkMonitor *monitor, struct nl_msg *msg, gpointer us
|
|||
gboolean config_changed = FALSE;
|
||||
|
||||
hdr = nlmsg_hdr (msg);
|
||||
nm_log_dbg (LOGD_HW, "netlink notificate type %d", hdr->nlmsg_type);
|
||||
nm_log_dbg (LOGD_HW, "netlink event type %d", hdr->nlmsg_type);
|
||||
switch (hdr->nlmsg_type) {
|
||||
case RTM_NEWADDR:
|
||||
case RTM_DELADDR:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue