Fixed Typo
This commit is contained in:
parent
d280a7616c
commit
c6271740bc
|
@ -112,7 +112,7 @@ bool ClientConsole::handle_response(const std::string &response)
|
||||||
}
|
}
|
||||||
else if (server_response->type() == ServerResponse::Type::ServerClosed)
|
else if (server_response->type() == ServerResponse::Type::ServerClosed)
|
||||||
{
|
{
|
||||||
std::cout << "Server sopped." << std::endl;
|
std::cout << "Server stopped." << std::endl;
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -142,4 +142,4 @@ void ClientConsole::plan_to_table(util::TextTable &table, nlohmann::json &layer,
|
||||||
plan_to_table(table, child, depth + 2);
|
plan_to_table(table, child, depth + 2);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue