]> git.puffer.fish Git - mirror/frr.git/commitdiff
zebra: Fix spelling mistake 10577/head
authorDonald Sharp <sharpd@nvidia.com>
Mon, 14 Feb 2022 17:56:44 +0000 (12:56 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Mon, 14 Feb 2022 17:56:44 +0000 (12:56 -0500)
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
zebra/kernel_netlink.c

index d0c86a6bb0e36ab2d77378bb8e173d95af8f5d76..ca83a4268511fc81a73a230abd0b735733e0ee88 100644 (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);
                }