summaryrefslogtreecommitdiff
path: root/yang/frr-bgp-common-structure.yang
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@nvidia.com>2022-04-02 07:48:18 -0400
committerDonald Sharp <sharpd@nvidia.com>2022-04-02 07:48:18 -0400
commit94202742fb6525234779c4a01d55b1ca14b28700 (patch)
tree4775fdd3826640ce19684b12494a5a671a19f2bc /yang/frr-bgp-common-structure.yang
parent61879cab13b362db334af8e015076b6a959ab5b1 (diff)
lib, yang: Fix spellinig of miliseconds
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'yang/frr-bgp-common-structure.yang')
-rw-r--r--yang/frr-bgp-common-structure.yang4
1 files changed, 2 insertions, 2 deletions
diff --git a/yang/frr-bgp-common-structure.yang b/yang/frr-bgp-common-structure.yang
index 3378c10c03..4c12b956c4 100644
--- a/yang/frr-bgp-common-structure.yang
+++ b/yang/frr-bgp-common-structure.yang
@@ -159,7 +159,7 @@ submodule frr-bgp-common-structure {
type uint16 {
range "50..60000";
}
- units "miliseconds";
+ units "milliseconds";
default "300";
description
"Required min receive interval.";
@@ -170,7 +170,7 @@ submodule frr-bgp-common-structure {
type uint16 {
range "50..60000";
}
- units "miliseconds";
+ units "milliseconds";
default "300";
description
"Desired min transmit interval.";