]> git.proxmox.com Git - mirror_frr.git/blobdiff - lib/lib_errors.c
lib: fix spelling nits in more lib files
[mirror_frr.git] / lib / lib_errors.c
index 17695e6607c8049d150f054957df8cbb9de30dfd..a139b9a14ca6c36f3d7f9b7145b19408819ecc01 100644 (file)
@@ -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"
        },