Fix comments

This commit is contained in:
badaix 2025-02-03 21:47:13 +01:00 committed by Johannes Pohl
parent 158e88fcb5
commit 9570018cf4
3 changed files with 8 additions and 7 deletions

View file

@ -187,7 +187,7 @@ struct ServerSettings
/// Logging settings
struct Logging
{
/// log sing
/// log sink
std::string sink;
/// log filter
std::string filter{"*:info"};