From c6271740bcbc5dfe9e11a6f67543b01b7b625589 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20K=C3=BChn?= Date: Mon, 11 Apr 2022 14:48:48 +0200 Subject: [PATCH] Fixed Typo --- src/io/client_console.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}