diff mbox

[nftables,1/4] mnl: fix typo in comment

Message ID 1380755288-17587-2-git-send-email-eric@regit.org
State Accepted
Headers show

Commit Message

Eric Leblond Oct. 2, 2013, 11:08 p.m. UTC
Signed-off-by: Eric Leblond <eric@regit.org>
---
 src/mnl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

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);