diff --git a/src/Daemon/BaseDaemon.cpp b/src/Daemon/BaseDaemon.cpp index 8a8dd3c759c..7929f08fd58 100644 --- a/src/Daemon/BaseDaemon.cpp +++ b/src/Daemon/BaseDaemon.cpp @@ -630,8 +630,8 @@ void BaseDaemon::setupWatchdog() logger().setChannel(log); } - /// Cuncurrent writing logs to the same file from two threads is questionable on its own, - /// but rotating them from two threads is disastrous. + /// Concurrent writing logs to the same file from two threads is questionable on its own, + /// but rotating them from two threads is disastrous. if (auto * channel = dynamic_cast(logger().getChannel())) { channel->setChannelProperty("log", Poco::FileChannel::PROP_ROTATION, "never");