From 1f0881ca7df4de7c0ed112fa132965eaec71df96 Mon Sep 17 00:00:00 2001 From: Duncan Roe Date: Wed, 27 Sep 2023 11:26:51 +1000 Subject: examples: nf_queue: Fix typo s/destionation/destination Fixes: 9a8e4c36188d ("examples: nf-queue: add more comments to this example") Signed-off-by: Duncan Roe Signed-off-by: Pablo Neira Ayuso --- examples/nf-queue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/nf-queue.c b/examples/nf-queue.c index baff5c2..1ae52e4 100644 --- a/examples/nf-queue.c +++ b/examples/nf-queue.c @@ -106,7 +106,7 @@ static int queue_cb(const struct nlmsghdr *nlh, void *data) printf("packet received (id=%u hw=0x%04x hook=%u, payload len %u", id, ntohs(ph->hw_protocol), ph->hook, plen); - /* Fetch ethernet destionation address. */ + /* Fetch ethernet destination address. */ if (attr[NFQA_HWADDR]) { struct nfqnl_msg_packet_hw *hw = mnl_attr_get_payload(attr[NFQA_HWADDR]); unsigned int hwlen = ntohs(hw->hw_addrlen); -- cgit v1.2.3