mirror of
https://github.com/monero-project/monero.git
synced 2025-08-09 09:52:23 -04:00
Fix typos in various files
This commit is contained in:
parent
a69c713f8e
commit
57c0b1ed9f
18 changed files with 28 additions and 28 deletions
|
@ -132,7 +132,7 @@ namespace
|
|||
|
||||
int handle_shutdown(int command, const CMD_SHUTDOWN::request& req, test_connection_context& /*context*/)
|
||||
{
|
||||
LOG_PRINT_L0("Got shutdown requst. Shutting down...");
|
||||
LOG_PRINT_L0("Got shutdown request. Shutting down...");
|
||||
m_tcp_server.send_stop_signal();
|
||||
return 1;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue