]> granicus.if.org Git - libnl/commitdiff
Fix typo in debug message
authorThomas Graf <tgraf@redhat.com>
Fri, 28 Oct 2011 10:30:31 +0000 (12:30 +0200)
committerThomas Graf <tgraf@redhat.com>
Fri, 28 Oct 2011 10:30:31 +0000 (12:30 +0200)
lib/nl.c

index cc450c767af4077f89723bf4f30815068a12b608..bcf89da78d052ff93a41b1208e1648b0ae4c6705 100644 (file)
--- 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);