From 8d5ecc1b588cdf3aa8ea7bc721f6d10d6b792690 Mon Sep 17 00:00:00 2001 From: odeits Date: Thu, 6 Apr 2017 20:12:11 -0400 Subject: [PATCH] Fix typo immediatly immediately --- include/spdlog/details/async_log_helper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/spdlog/details/async_log_helper.h b/include/spdlog/details/async_log_helper.h index f253d364..58eb63f1 100644 --- a/include/spdlog/details/async_log_helper.h +++ b/include/spdlog/details/async_log_helper.h @@ -175,7 +175,7 @@ private: void handle_flush_interval(log_clock::time_point& now, log_clock::time_point& last_flush); - // sleep,yield or return immediatly using the time passed since last message as a hint + // sleep,yield or return immediately using the time passed since last message as a hint static void sleep_or_yield(const spdlog::log_clock::time_point& now, const log_clock::time_point& last_op_time); // wait until the queue is empty