Skip to content

Commit

Permalink
pceplib: Fix spelling mistakes
Browse files Browse the repository at this point in the history
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
  • Loading branch information
donaldsharp committed Feb 14, 2022
1 parent 1373ad7 commit 3d05c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pceplib/pcep_timers.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 3d05c4b

Please sign in to comment.