zebra: Fix spelling mistake

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
Donald Sharp 2022-02-14 12:56:44 -05:00
parent dfd4f44ffc
commit b9d95135a8

View File

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