aboutsummaryrefslogtreecommitdiff
path: root/src/daemon
diff options
context:
space:
mode:
authorxmr-eric <eric@moneroeric.com>2017-05-19 00:40:51 -0400
committerGitHub <noreply@github.com>2017-05-19 00:40:51 -0400
commit89e20bb9af34e4c906eb5dba4f1decc29b320a17 (patch)
tree7939c90ae8801b5573d822908e7b62c7012a6446 /src/daemon
parentMerge pull request #2015 (diff)
downloadmonero-89e20bb9af34e4c906eb5dba4f1decc29b320a17.tar.xz
Fix typo
Diffstat (limited to 'src/daemon')
-rw-r--r--src/daemon/command_server.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/command_server.cpp b/src/daemon/command_server.cpp
index 21f550a85..f47891fdd 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"