diff --git a/AsyncManager.cpp b/AsyncManager.cpp index 26de72f..0b7e269 100644 --- a/AsyncManager.cpp +++ b/AsyncManager.cpp @@ -25,7 +25,7 @@ void AsyncManager::cleanFutureMap(SockFutureMap& map) { void AsyncManager::run() { while (!stopping && runtime.cooperate()) { - // We should stop once there is nothihng left to do + // We should stop once there is nothing left to do if (sockReads.empty() && sockWrites.empty()) [[unlikely]] { break; }