From b9d95135a837b05f9332ce185455f0e7eca8e183 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Mon, 14 Feb 2022 12:56:44 -0500 Subject: [PATCH] zebra: Fix spelling mistake Signed-off-by: Donald Sharp --- zebra/kernel_netlink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.39.5