This commit is contained in:
gabime 2018-07-08 00:56:05 +03:00
parent 7ed8e1b59d
commit 45da6c9c33

View File

@ -60,7 +60,7 @@ inline void spdlog::async_logger::flush_()
} }
else else
{ {
throw spdlog_ex("async flush: thread pool doens't exist anymore"); throw spdlog_ex("async flush: thread pool doesn't exist anymore");
} }
} }