Skip to content

Commit

Permalink
Merge pull request #2002 from okkez/fix-typo-in-comment
Browse files Browse the repository at this point in the history
Fix typos in comment
  • Loading branch information
repeatedly authored May 24, 2018
2 parents 8b892ed + 7c1abfa commit ced6387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fluent/supervisor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def supervisor_sigusr1_handler
if config[:worker_pid]
config[:worker_pid].each_value do |pid|
Process.kill(:USR1, pid)
# don't rescue Erro::ESRSH here (invalid status)
# don't rescue Errno::ESRCH here (invalid status)
end
end
end
Expand Down

0 comments on commit ced6387

Please sign in to comment.