summaryrefslogtreecommitdiff
path: root/zebra/kernel_netlink.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@nvidia.com>2022-02-14 12:56:44 -0500
committerDonald Sharp <sharpd@nvidia.com>2022-02-14 12:56:44 -0500
commitb9d95135a837b05f9332ce185455f0e7eca8e183 (patch)
treea350e340c44b7bf815888d9017bc5f780ceaf512 /zebra/kernel_netlink.c
parentdfd4f44ffc954a89c63f497427762d7938a57754 (diff)
zebra: Fix spelling mistake
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'zebra/kernel_netlink.c')
-rw-r--r--zebra/kernel_netlink.c2
1 files changed, 1 insertions, 1 deletions
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);
}