Signed-off-by: Eric Leblond <eric@xxxxxxxxx> --- src/mnl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mnl.c b/src/mnl.c index bec4218..27b181a 100644 --- 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); -- 1.8.4.rc3 -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html