From 3ac4e7cc9a1b75506a50101403071acb7f21ed67 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Fri, 13 Mar 2020 19:16:11 -0400 Subject: [PATCH] zebra: Fix spelling mistakes found by debian packaging Signed-off-by: Donald Sharp --- zebra/zebra_mlag.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zebra/zebra_mlag.c b/zebra/zebra_mlag.c index cf2fe26489..8ba7998f50 100644 --- a/zebra/zebra_mlag.c +++ b/zebra/zebra_mlag.c @@ -322,7 +322,7 @@ static int zebra_mlag_post_data_from_main_thread(struct thread *thread) STREAM_GETL(s, msg_type); if (IS_ZEBRA_DEBUG_MLAG) zlog_debug( - "%s: Posting MLAG data for msg_type:0x%x to interested cleints", + "%s: Posting MLAG data for msg_type:0x%x to interested clients", __func__, msg_type); msg_len = s->endp - ZEBRA_MLAG_METADATA_LEN; @@ -364,7 +364,7 @@ stream_failure: /* * Start the MLAG Thread, this will be used to write client data on to - * MLAG Process and to read the data from MLAG and post to cleints. + * MLAG Process and to read the data from MLAG and post to clients. * when all clients are un-registered, this Thread will be * suspended. */ -- 2.39.5