summaryrefslogtreecommitdiff
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
parent61879cab13b362db334af8e015076b6a959ab5b1 (diff)
lib, yang: Fix spellinig of miliseconds
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
-rw-r--r--lib/thread.c2
-rw-r--r--yang/frr-bgp-bmp.yang6
-rw-r--r--yang/frr-bgp-common-structure.yang4
-rw-r--r--yang/frr-bgp-common.yang2
4 files changed, 7 insertions, 7 deletions
diff --git a/lib/thread.c b/lib/thread.c
index 90074b3d89..44183257bb 100644
--- a/lib/thread.c
+++ b/lib/thread.c
@@ -751,7 +751,7 @@ void thread_master_free(struct thread_master *m)
XFREE(MTYPE_THREAD_MASTER, m);
}
-/* Return remain time in miliseconds. */
+/* Return remain time in milliseconds. */
unsigned long thread_timer_remain_msec(struct thread *thread)
{
int64_t remain;
diff --git a/yang/frr-bgp-bmp.yang b/yang/frr-bgp-bmp.yang
index cf945cabef..8c3de839b6 100644
--- a/yang/frr-bgp-bmp.yang
+++ b/yang/frr-bgp-bmp.yang
@@ -86,7 +86,7 @@ submodule frr-bgp-bmp {
type uint32 {
range "100..86400000";
}
- units "miliseconds";
+ units "milliseconds";
default "30000";
description
"Minimum connection retry interval.";
@@ -96,7 +96,7 @@ submodule frr-bgp-bmp {
type uint32 {
range "100..86400000";
}
- units "miliseconds";
+ units "milliseconds";
default "720000";
description
"Maximum connection retry interval.";
@@ -170,7 +170,7 @@ submodule frr-bgp-bmp {
type uint32 {
range "100..86400000";
}
- units "miliseconds";
+ units "milliseconds";
description
"Interval to send BMP Stats.";
}
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.";
diff --git a/yang/frr-bgp-common.yang b/yang/frr-bgp-common.yang
index 157e4cd614..2b1babdd28 100644
--- a/yang/frr-bgp-common.yang
+++ b/yang/frr-bgp-common.yang
@@ -444,7 +444,7 @@ submodule frr-bgp-common {
type uint32 {
range "0..4294967295";
}
- units "miliseconds";
+ units "milliseconds";
default "1000";
description
"Configures the Subgroup coalesce timer.";