From 45da6c9c33f8177c4cf381e56a8baf0dcebf0c2d Mon Sep 17 00:00:00 2001 From: gabime Date: Sun, 8 Jul 2018 00:56:05 +0300 Subject: [PATCH] spelling --- include/spdlog/details/async_logger_impl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/spdlog/details/async_logger_impl.h b/include/spdlog/details/async_logger_impl.h index 9b3b86d3..a3e6fb98 100644 --- a/include/spdlog/details/async_logger_impl.h +++ b/include/spdlog/details/async_logger_impl.h @@ -60,7 +60,7 @@ inline void spdlog::async_logger::flush_() } else { - throw spdlog_ex("async flush: thread pool doens't exist anymore"); + throw spdlog_ex("async flush: thread pool doesn't exist anymore"); } }