mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-04 04:04:09 +00:00
zebra: Fix spelling mistake
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
parent
dfd4f44ffc
commit
b9d95135a8
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user