Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Daijiro Fukuda <fukuda@clear-code.com>

Co-authored-by: Kentaro Hayashi <kenhys@gmail.com>
  • Loading branch information
daipom and kenhys authored Jan 28, 2025
1 parent e1b87ca commit 8b0ff05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fluent/winsvc.rb
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def repeat_set_event_several_times_until_success(event_name)
rescue Errno::ENOENT
# This error occurs when the supervisor process has not yet created the event.
# If STOP is immediately executed, this state will occur.
# Retry `set_event' to wait for the initilization of the supervisor.
# Retry `set_event' to wait for the initialization of the supervisor.
retries += 1
raise if max_retries < retries
sleep(delay_sec)
Expand Down

0 comments on commit 8b0ff05

Please sign in to comment.