Skip to content

Commit

Permalink
fix typo (#3051)
Browse files Browse the repository at this point in the history
* fix typo

Signed-off-by: Murphylu1993 <murphylu02@gmail.com>
  • Loading branch information
Murphylu1993 committed Jul 7, 2020
1 parent a080e93 commit be81226
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 @@ -804,7 +804,7 @@ def reload_config
Fluent::Engine.reload_config(conf)
end
rescue => e
# it is guranteed that config file is valid by supervisor side. but it's not atomic becuase of using signals to commnicate between worker and super
# it is guaranteed that config file is valid by supervisor side. but it's not atomic because of using signals to commnicate between worker and super
# So need this rescue code
$log.error("failed to reload config: #{e}")
next
Expand Down

0 comments on commit be81226

Please sign in to comment.