summaryrefslogtreecommitdiff
path: root/pathd/path_pcep_config.c
diff options
context:
space:
mode:
Diffstat (limited to 'pathd/path_pcep_config.c')
-rw-r--r--pathd/path_pcep_config.c2
1 files changed, 1 insertions, 1 deletions
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);