From a6324d6a301abd124b04213160d335ee42eed17f Mon Sep 17 00:00:00 2001 From: Mobashshera Rasool Date: Mon, 18 Apr 2022 23:13:17 -0700 Subject: [PATCH 1/2] pimd: Correct the spelling of Rendezvous Rendevous --> Rendezvous Signed-off-by: Mobashshera Rasool --- pimd/pim_cmd.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pimd/pim_cmd.c b/pimd/pim_cmd.c index 8630f79b36..706a21322b 100644 --- a/pimd/pim_cmd.c +++ b/pimd/pim_cmd.c @@ -4909,7 +4909,7 @@ DEFPY (ip_pim_rp_keep_alive, "ip pim rp keep-alive-timer (1-65535)$kat", IP_STR "pim multicast routing\n" - "Rendevous Point\n" + "Rendezvous Point\n" "Keep alive Timer\n" "Seconds\n") { @@ -4922,7 +4922,7 @@ DEFUN (no_ip_pim_rp_keep_alive, NO_STR IP_STR "pim multicast routing\n" - "Rendevous Point\n" + "Rendezvous Point\n" "Keep alive Timer\n" IGNORED_IN_NO_STR) { @@ -5062,7 +5062,7 @@ DEFPY (ip_pim_rp, "ip pim rp A.B.C.D$rp [A.B.C.D/M]$gp", IP_STR "pim multicast routing\n" - "Rendevous Point\n" + "Rendezvous Point\n" "ip address of RP\n" "Group Address range to cover\n") { @@ -5090,7 +5090,7 @@ DEFPY (no_ip_pim_rp, NO_STR IP_STR "pim multicast routing\n" - "Rendevous Point\n" + "Rendezvous Point\n" "ip address of RP\n" "Group Address range to cover\n") { From 3d4c335568e391babf4e8fee500bea18ec709f14 Mon Sep 17 00:00:00 2001 From: Mobashshera Rasool Date: Mon, 18 Apr 2022 23:15:34 -0700 Subject: [PATCH 2/2] 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) {