From 3d4c335568e391babf4e8fee500bea18ec709f14 Mon Sep 17 00:00:00 2001 From: Mobashshera Rasool Date: Mon, 18 Apr 2022 23:15:34 -0700 Subject: [PATCH] pim6d: Correct the spelling of Rendezvous Rendevous --> Rendezvous Signed-off-by: Mobashshera Rasool --- pimd/pim6_cmd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pimd/pim6_cmd.c b/pimd/pim6_cmd.c index 90840a95e0..ce26f912f4 100644 --- a/pimd/pim6_cmd.c +++ b/pimd/pim6_cmd.c @@ -170,7 +170,7 @@ DEFPY (ipv6_pim_rp_keep_alive, "ipv6 pim rp keep-alive-timer (1-65535)$kat", IPV6_STR PIM_STR - "Rendevous Point\n" + "Rendezvous Point\n" "Keep alive Timer\n" "Seconds\n") { @@ -183,7 +183,7 @@ DEFPY (no_ipv6_pim_rp_keep_alive, NO_STR IPV6_STR PIM_STR - "Rendevous Point\n" + "Rendezvous Point\n" "Keep alive Timer\n" IGNORED_IN_NO_STR) { -- 2.39.5