diff --git a/src/blackhole/sink/files.hpp b/src/blackhole/sink/files.hpp index 24580446..8e15a198 100644 --- a/src/blackhole/sink/files.hpp +++ b/src/blackhole/sink/files.hpp @@ -154,7 +154,7 @@ struct unique_id_traits return utils::format("%s/%s/%s", sink_type::name(), rotator_type::name(), "datetime"); } - throw blackhole::error_t("rotation section not properly configures: no watcher settings found"); + throw blackhole::error_t("rotation section not properly configured: no watcher settings found"); } return sink_type::name();