]> git.puffer.fish Git - matthieu/frr.git/commitdiff
yang: Corrected typo at yang file
authorY Bharath <y.bharath@samsung.com>
Wed, 3 Jul 2024 10:27:01 +0000 (15:57 +0530)
committerY Bharath <y.bharath@samsung.com>
Wed, 3 Jul 2024 10:27:01 +0000 (15:57 +0530)
Corrected typo at yang file

Signed-off-by: y-bharath14 <y.bharath@samsung.com>
yang/frr-route-map.yang

index 26d56acc039b0b16817d2d4e1dd5d147ad7dd0db..c875a6ec7f0540013f290279e0358f831c688322 100644 (file)
@@ -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";
               }
             }
           }