Skip to content

Commit

Permalink
[Code Clean] Typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
3Hren committed Sep 24, 2014
1 parent a8a1273 commit 7c4717d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/blackhole/sink/files.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ struct unique_id_traits<sink::files_t<Backend, sink::rotator_t<Backend, Watcher>
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();
Expand Down

0 comments on commit 7c4717d

Please sign in to comment.