From 88faa0e0ca5580008fed548235699a026e1f718d Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Wed, 2 Nov 2011 12:15:40 -0500 Subject: [PATCH] trivial: fix misspelling --- src/ip6-manager/nm-ip6-manager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ip6-manager/nm-ip6-manager.c b/src/ip6-manager/nm-ip6-manager.c index fd66289f78..d6d249717b 100644 --- a/src/ip6-manager/nm-ip6-manager.c +++ b/src/ip6-manager/nm-ip6-manager.c @@ -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: