diff --git a/lib/fluent/supervisor.rb b/lib/fluent/supervisor.rb index 91ac54253f..c1a59227be 100644 --- a/lib/fluent/supervisor.rb +++ b/lib/fluent/supervisor.rb @@ -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