From: Donald Sharp Date: Mon, 14 Feb 2022 17:56:44 +0000 (-0500) Subject: zebra: Fix spelling mistake X-Git-Tag: pim6-testing-20220430~329^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=b9d95135a837b05f9332ce185455f0e7eca8e183;p=mirror%2Ffrr.git zebra: Fix spelling mistake Signed-off-by: Donald Sharp --- diff --git a/zebra/kernel_netlink.c b/zebra/kernel_netlink.c index d0c86a6bb0..ca83a42685 100644 --- a/zebra/kernel_netlink.c +++ b/zebra/kernel_netlink.c @@ -1201,7 +1201,7 @@ static int nl_batch_read_resp(struct nl_batch *bth) if (dplane_ctx_get_ns(ctx)->seq > seq) zlog_warn( - "%s:WARNING Recieved %u is less than any context on the queue ctx->seq %u", + "%s:WARNING Received %u is less than any context on the queue ctx->seq %u", __func__, seq, dplane_ctx_get_ns(ctx)->seq); }