Fixed Typo

This commit is contained in:
Roland Kühn 2022-04-11 14:48:48 +02:00
parent d280a7616c
commit c6271740bc
1 changed files with 2 additions and 2 deletions

View File

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