diff --git a/src/io/client_console.cpp b/src/io/client_console.cpp index 17aa053..030b96a 100644 --- a/src/io/client_console.cpp +++ b/src/io/client_console.cpp @@ -112,7 +112,7 @@ bool ClientConsole::handle_response(const std::string &response) } else if (server_response->type() == ServerResponse::Type::ServerClosed) { - std::cout << "Server sopped." << std::endl; + std::cout << "Server stopped." << std::endl; return false; } @@ -142,4 +142,4 @@ void ClientConsole::plan_to_table(util::TextTable &table, nlohmann::json &layer, plan_to_table(table, child, depth + 2); } } -} \ No newline at end of file +}