From: Thomas Graf Date: Fri, 28 Oct 2011 10:30:31 +0000 (+0200) Subject: Fix typo in debug message X-Git-Tag: libnl3_2_2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8104b52f755dd4c8a95f63568ca4c4d80cd33670;p=libnl Fix typo in debug message --- diff --git a/lib/nl.c b/lib/nl.c index cc450c7..bcf89da 100644 --- a/lib/nl.c +++ b/lib/nl.c @@ -580,7 +580,7 @@ continue_reading: hdr = (struct nlmsghdr *) buf; while (nlmsg_ok(hdr, n)) { - NL_DBG(3, "recgmsgs(%p): Processing valid message...\n", sk); + NL_DBG(3, "recvmsgs(%p): Processing valid message...\n", sk); nlmsg_free(msg); msg = nlmsg_convert(hdr);