]> git.ipfire.org Git - thirdparty/nftables.git/commitdiff
mnl: fix typo in comment
authorEric Leblond <eric@regit.org>
Wed, 2 Oct 2013 23:08:05 +0000 (01:08 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Thu, 3 Oct 2013 10:39:30 +0000 (12:39 +0200)
Signed-off-by: Eric Leblond <eric@regit.org>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
src/mnl.c

index bec4218cb8d29ba1138959d8e61e3ff5a29cb60e..27b181a2e7162bbec42c0472e0b8a30977139cb1 100644 (file)
--- a/src/mnl.c
+++ b/src/mnl.c
@@ -249,7 +249,7 @@ int mnl_batch_talk(struct mnl_socket *nl, struct list_head *err_list)
                        goto err;
 
                ret = mnl_cb_run(rcv_buf, ret, 0, portid, NULL, NULL);
-               /* Continue on error, make sure we get all acknoledgments */
+               /* Continue on error, make sure we get all acknowledgments */
                if (ret == -1)
                        mnl_err_list_node_add(err_list, errno, nlh->nlmsg_seq);