diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2022-02-14 12:53:48 -0500 |
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2022-02-14 12:53:48 -0500 |
| commit | 1373ad765a999bd1cc3c467b6e15e974b1d4a65d (patch) | |
| tree | 56b650002052fb0515609970893ba885b1aa97eb /pathd | |
| parent | 1461559c24b7c0c81c9c7fe7f21d806a9319e4d7 (diff) | |
pathd: Fix spelling mistakes
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'pathd')
| -rw-r--r-- | pathd/path_errors.c | 2 | ||||
| -rw-r--r-- | pathd/path_pcep_config.c | 2 | ||||
| -rw-r--r-- | pathd/pathd.c | 6 |
3 files changed, 5 insertions, 5 deletions
diff --git a/pathd/path_errors.c b/pathd/path_errors.c index 112a3d5ee9..68372c29b6 100644 --- a/pathd/path_errors.c +++ b/pathd/path_errors.c @@ -81,7 +81,7 @@ static struct log_ref ferr_path_warn[] = { { .code = EC_PATH_PCEP_UNSUPPORTED_PCEP_FEATURE, .title = "Unsupported PCEP feature", - .description = "Receved an unsupported PCEP message", + .description = "Received an unsupported PCEP message", .suggestion = "The PCC and PCE are probably not compatible. Open an Issue with all relevant log files" }, { diff --git a/pathd/path_pcep_config.c b/pathd/path_pcep_config.c index 4c16b83948..99b1c349a9 100644 --- a/pathd/path_pcep_config.c +++ b/pathd/path_pcep_config.c @@ -301,7 +301,7 @@ int path_pcep_config_initiate_path(struct path *path) return ERROR_19_9; } zlog_warn( - "(%s)PCE tried to REMOVE found canidate!, let's remove", + "(%s)PCE tried to REMOVE found candidate!, let's remove", __func__); candidate->policy->srp_id = path->srp_id; SET_FLAG(candidate->policy->flags, F_POLICY_DELETED); diff --git a/pathd/pathd.c b/pathd/pathd.c index 7f6d34f752..f56da37b51 100644 --- a/pathd/pathd.c +++ b/pathd/pathd.c @@ -1345,7 +1345,7 @@ int32_t srte_ted_do_query_type_c(struct srte_segment_entry *entry, zlog_warn(" %s: PATHD-TED: SL: ERROR query C : ted-sid (%d)", __func__, ted_sid); } else { - zlog_debug("%s: PATHD-TED: SL: Sucess query C : ted-sid (%d)", + zlog_debug("%s: PATHD-TED: SL: Success query C : ted-sid (%d)", __func__, ted_sid); } if (CHECK_SID(entry->segment_list->protocol_origin, ted_sid, @@ -1375,7 +1375,7 @@ int32_t srte_ted_do_query_type_e(struct srte_segment_entry *entry, zlog_warn(" %s: PATHD-TED: SL: ERROR query E : ted-sid (%d)", __func__, ted_sid); } else { - zlog_debug("%s: PATHD-TED: SL: Sucess query E : ted-sid (%d)", + zlog_debug("%s: PATHD-TED: SL: Success query E : ted-sid (%d)", __func__, ted_sid); } if (CHECK_SID(entry->segment_list->protocol_origin, ted_sid, @@ -1404,7 +1404,7 @@ int32_t srte_ted_do_query_type_f(struct srte_segment_entry *entry, zlog_warn("%s:SL: ERROR query F : ted-sid (%d)", __func__, ted_sid); } else { - zlog_debug("%s:SL: Sucess query F : ted-sid (%d)", __func__, + zlog_debug("%s:SL: Success query F : ted-sid (%d)", __func__, ted_sid); } if (CHECK_SID(entry->segment_list->protocol_origin, ted_sid, |
