From 89e20bb9af34e4c906eb5dba4f1decc29b320a17 Mon Sep 17 00:00:00 2001 From: xmr-eric Date: Fri, 19 May 2017 00:40:51 -0400 Subject: [PATCH] Fix typo --- src/daemon/command_server.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/daemon/command_server.cpp b/src/daemon/command_server.cpp index 21f550a8..f47891fd 100644 --- a/src/daemon/command_server.cpp +++ b/src/daemon/command_server.cpp @@ -246,7 +246,7 @@ t_command_server::t_command_server( m_command_lookup.set_handler( "update" , std::bind(&t_command_parser_executor::update, &m_parser, p::_1) - , "subcommands: check (check if an update is available), download (download it is there is), update (not implemented)" + , "subcommands: check (check if an update is available), download (download it if there is), update (not implemented)" ); m_command_lookup.set_handler( "relay_tx"