From bb637fd82990a9c30819335e64ff0574206dc443 Mon Sep 17 00:00:00 2001 From: Y Bharath Date: Wed, 3 Jul 2024 15:57:01 +0530 Subject: [PATCH] yang: Corrected typo at yang file Corrected typo at yang file Signed-off-by: y-bharath14 --- yang/frr-route-map.yang | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yang/frr-route-map.yang b/yang/frr-route-map.yang index 26d56acc039b..c875a6ec7f05 100644 --- a/yang/frr-route-map.yang +++ b/yang/frr-route-map.yang @@ -360,16 +360,16 @@ module frr-route-map { case set-min-metric { when "derived-from-or-self(../action, 'set-min-metric')"; - choice minimun-metric-value { + choice minimum-metric-value { description - "Mimimum metric to set or use"; + "Minimum metric to set or use"; case min-metric { leaf min-metric { type uint32 { range "0..4294967295"; } description - "Use the following mimumn metric value"; + "Use the following minimum metric value"; } } }