diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2022-04-02 07:32:57 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2022-04-02 07:46:19 -0400 |
| commit | f89c0aed6332dc63e31131225e6c79531166722f (patch) | |
| tree | 268ea5db09267ef17a0e9b86bee329ac41ab61bf /pathd | |
| parent | d94ee2727bb53190facbf7c1611b98b071a555a8 (diff) | |
*: Fix spelling of wether
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'pathd')
| -rw-r--r-- | pathd/path_pcep_controller.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pathd/path_pcep_controller.h b/pathd/path_pcep_controller.h index de113feee9..bc7ed4910a 100644 --- a/pathd/path_pcep_controller.h +++ b/pathd/path_pcep_controller.h @@ -132,7 +132,7 @@ struct pcep_pcc_info *pcep_ctrl_get_pcc_info(struct frr_pthread *fpt, /* Asynchronously send a report. The caller is giving away the path structure, * it shouldn't be allocated on the stack. If `pcc_id` is `0` the report is - * sent by all PCCs. The parameter is_stable is used to hint wether the status + * sent by all PCCs. The parameter is_stable is used to hint whether the status * will soon change, this is used to ensure all report updates are sent even * when missing status update events */ int pcep_ctrl_send_report(struct frr_pthread *fpt, int pcc_id, |
