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"); } }