This commit is contained in:
gabime 2018-07-08 00:56:05 +03:00
parent 7ed8e1b59d
commit 45da6c9c33
1 changed files with 1 additions and 1 deletions

View File

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