]> git.puffer.fish Git - mirror/frr.git/commitdiff
pceplib: Fix spelling mistakes
authorDonald Sharp <sharpd@nvidia.com>
Mon, 14 Feb 2022 17:54:05 +0000 (12:54 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Mon, 14 Feb 2022 17:54:05 +0000 (12:54 -0500)
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
pceplib/pcep_timers.c

index bbf9b77983a697f77e0d0ffc746a6704b468236f..b0f3e70b50dcd861b800f33b1ffda0a348ed2a8a 100644 (file)
@@ -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);