summaryrefslogtreecommitdiff
path: root/lib/lib_errors.c
diff options
context:
space:
mode:
authorIgor Ryzhov <iryzhov@nfware.com>2021-10-14 02:05:44 +0300
committerGitHub <noreply@github.com>2021-10-14 02:05:44 +0300
commitd55517702115bc96261a0270d7c1c3965b39e6a4 (patch)
treee3c180272cc24117c6afcc5dc57bcf66d4c5738d /lib/lib_errors.c
parent1aa12de6956262a968ce4e792fb03a68a962a23c (diff)
parent214d8a60e15dc1b086d3f6033f686246317739f1 (diff)
Merge pull request #9751 from ewlumpkin/comment_spelling_fixes
lib: fix spelling nits in more lib files' comments
Diffstat (limited to 'lib/lib_errors.c')
-rw-r--r--lib/lib_errors.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/lib_errors.c b/lib/lib_errors.c
index 17695e6607..a139b9a14c 100644
--- a/lib/lib_errors.c
+++ b/lib/lib_errors.c
@@ -41,19 +41,19 @@ static struct log_ref ferr_lib_warn[] = {
{
.code = EC_LIB_LINUX_NS,
.title = "The Linux namespace subsystem has encountered a parsing error",
- .description = "During system startup an invalid parameter for the namesapce was give to FRR",
+ .description = "During system startup an invalid parameter for the namespace was give to FRR",
.suggestion = "Gather log data and open an Issue. restart FRR",
},
{
.code = EC_LIB_SLOW_THREAD_CPU,
.title = "The Event subsystem has detected a slow cpu time process",
- .description = "The Event subsystem has detected a slow process, this typically indicates that FRR is having trouble completing work in a timely manner. This can be either a misconfiguration, bug, or some combination therof. In this case total CPU time was over 5 seconds. Which indicates that FRR is very busy doing some work and should be addressed",
+ .description = "The Event subsystem has detected a slow process, this typically indicates that FRR is having trouble completing work in a timely manner. This can be either a misconfiguration, bug, or some combination thereof. In this case total CPU time was over 5 seconds. Which indicates that FRR is very busy doing some work and should be addressed",
.suggestion = "Gather log data and open an Issue",
},
{
.code = EC_LIB_SLOW_THREAD_WALL,
.title = "The Event subsystem has detected a slow wall time process",
- .description = "The Event subsystem has detected a slow process, this typically indicates that FRR is having trouble completing work in a timely manner. This can be either a misconfiguration, bug or some combination therof. In this case total WALL time was over 5 seconds. Which indicates that FRR might be having trouble being scheduled or some system call is delaying",
+ .description = "The Event subsystem has detected a slow process, this typically indicates that FRR is having trouble completing work in a timely manner. This can be either a misconfiguration, bug or some combination thereof. In this case total WALL time was over 5 seconds. Which indicates that FRR might be having trouble being scheduled or some system call is delaying",
.suggestion = "Gather log data and open an Issue",
},
{
@@ -286,7 +286,7 @@ static struct log_ref ferr_lib_err[] = {
},
{
.code = EC_LIB_NB_CB_INVALID_PRIO,
- .title = "Norhtbound callback has an invalid priority",
+ .title = "Northbound callback has an invalid priority",
.description = "The northbound subsystem, during initialization, has detected a callback whose priority is invalid",
.suggestion = "This is a bug; please report it"
},