From 8104b52f755dd4c8a95f63568ca4c4d80cd33670 Mon Sep 17 00:00:00 2001 From: Thomas Graf Date: Fri, 28 Oct 2011 12:30:31 +0200 Subject: [PATCH] Fix typo in debug message --- lib/nl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);