From 6fae356bd5270597d3d5e8bc71211b290e105a1e Mon Sep 17 00:00:00 2001 From: jimtng <2554958+jimtng@users.noreply.github.com> Date: Sun, 30 Jun 2024 00:31:37 +1000 Subject: [PATCH] fix a typo (#292) Signed-off-by: Jimmy Tanagra --- lib/openhab/dsl/timer_manager.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/openhab/dsl/timer_manager.rb b/lib/openhab/dsl/timer_manager.rb index b3c7c3c055..31089cac44 100644 --- a/lib/openhab/dsl/timer_manager.rb +++ b/lib/openhab/dsl/timer_manager.rb @@ -112,7 +112,7 @@ def reschedule(id, duration = nil) # # @example Extend an existing timer, or schedule a new one # # This is technically the same functionality as just calling `after()` with an `id`, - # # but allows you to performa extra steps if the timer is actually scheduled. + # # but allows you to perform extra steps if the timer is actually scheduled. # timers.schedule(item) do |timer| # next timer.tap(&:reschedule) if timer #