From 3684228cd55b03bd5f74cf9ec812ec426c89d18a Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Sun, 22 Jul 2018 02:02:01 +0300 Subject: [PATCH] Update periodic_worker.h --- include/spdlog/details/periodic_worker.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/spdlog/details/periodic_worker.h b/include/spdlog/details/periodic_worker.h index 7ebd027b..e7bd7a9d 100644 --- a/include/spdlog/details/periodic_worker.h +++ b/include/spdlog/details/periodic_worker.h @@ -6,7 +6,7 @@ #pragma once -// periodic worker thread - peridically executes the given callback function. +// periodic worker thread - periodically executes the given callback function. // // RAII over the owned thread: // creates the thread on construction. @@ -74,4 +74,4 @@ private: std::condition_variable cv_; }; } // namespace details -} // namespace spdlog \ No newline at end of file +} // namespace spdlog