aboutsummaryrefslogtreecommitdiff
path: root/src/rpc
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2017-02-23 21:02:15 +0000
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2017-02-23 21:02:15 +0000
commit520756c3c5e7c6c6b8a32b0a548e65555375da24 (patch)
treeb26618a1a624b988e452e1d8b3e6189e06c5e4fb /src/rpc
parentMerge pull request #1775 (diff)
downloadmonero-520756c3c5e7c6c6b8a32b0a548e65555375da24.tar.xz
rpc: s/rcp/rpc/
Diffstat (limited to 'src/rpc')
-rw-r--r--src/rpc/rpc_args.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpc/rpc_args.cpp b/src/rpc/rpc_args.cpp
index 79f3f7e12..4435f74d1 100644
--- a/src/rpc/rpc_args.cpp
+++ b/src/rpc/rpc_args.cpp
@@ -37,7 +37,7 @@ namespace cryptonote
rpc_args::descriptors::descriptors()
: rpc_bind_ip({"rpc-bind-ip", rpc_args::tr("Specify ip to bind rpc server"), "127.0.0.1"})
, rpc_login({"rpc-login", rpc_args::tr("Specify username[:password] required for RPC server"), "", true})
- , confirm_external_bind({"confirm-external-bind", rpc_args::tr("Confirm rcp-bind-ip value is NOT a loopback (local) IP")})
+ , confirm_external_bind({"confirm-external-bind", rpc_args::tr("Confirm rpc-bind-ip value is NOT a loopback (local) IP")})
{}
const char* rpc_args::tr(const char* str) { return i18n_translate(str, "cryptonote::rpc_args"); }