diff options
author | Donald Sharp <sharpd@nvidia.com> | 2022-02-14 18:54:05 +0100 |
---|---|---|
committer | Donald Sharp <sharpd@nvidia.com> | 2022-02-14 18:54:05 +0100 |
commit | 3d05c4bdcbfc6b2a968bfe7ed072b0f55f29d70a (patch) | |
tree | b11067cce539a956b4e2e7a8ff16979a58d352b9 /pceplib/pcep_timers.c | |
parent | pathd: Fix spelling mistakes (diff) | |
download | frr-3d05c4bdcbfc6b2a968bfe7ed072b0f55f29d70a.tar.xz frr-3d05c4bdcbfc6b2a968bfe7ed072b0f55f29d70a.zip |
pceplib: Fix spelling mistakes
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to '')
-rw-r--r-- | pceplib/pcep_timers.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pceplib/pcep_timers.c b/pceplib/pcep_timers.c index bbf9b7798..b0f3e70b5 100644 --- a/pceplib/pcep_timers.c +++ b/pceplib/pcep_timers.c @@ -413,7 +413,7 @@ bool reset_timer(int timer_id) /* Keeping this log for now, since in older versions of FRR the * timer cancellation was blocking. This allows us to see how * long the it takes.*/ - pcep_log(LOG_DEBUG, "%s: Reseting timer [%d] with callback", + pcep_log(LOG_DEBUG, "%s: Resetting timer [%d] with callback", __func__, timer_to_reset->timer_id); timers_context_->timer_cancel_func( &timer_to_reset->external_timer); |