Unverified Commit 3684228c authored by Gabi Melman's avatar Gabi Melman Committed by GitHub

Update periodic_worker.h

parent 9e4925ef
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment