aboutsummaryrefslogtreecommitdiff
path: root/src/rpcwallet.cpp
diff options
context:
space:
mode:
authorYoichi Hirai <i@yoichihirai.com>2014-10-31 20:51:05 +0900
committerYoichi Hirai <i@yoichihirai.com>2014-10-31 20:51:05 +0900
commite743678d5a8d14288073606c5a7fe19096caaf74 (patch)
tree346bcfec0f264796cff3f7eed663f56428a36c70 /src/rpcwallet.cpp
parent8d2396c9c41cbd5b8746f48f41180697f58b0681 (diff)
downloadbitcoin-e743678d5a8d14288073606c5a7fe19096caaf74.tar.xz
fix a typo
Diffstat (limited to 'src/rpcwallet.cpp')
-rw-r--r--src/rpcwallet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpcwallet.cpp b/src/rpcwallet.cpp
index 2728fb4fb3..f2b5e2061e 100644
--- a/src/rpcwallet.cpp
+++ b/src/rpcwallet.cpp
@@ -314,7 +314,7 @@ Value sendtoaddress(const Array& params, bool fHelp)
if (fHelp || params.size() < 2 || params.size() > 4)
throw runtime_error(
"sendtoaddress \"bitcoinaddress\" amount ( \"comment\" \"comment-to\" )\n"
- "\nSent an amount to a given address. The amount is a real and is rounded to the nearest 0.00000001\n"
+ "\nSend an amount to a given address. The amount is a real and is rounded to the nearest 0.00000001\n"
+ HelpRequiringPassphrase() +
"\nArguments:\n"
"1. \"bitcoinaddress\" (string, required) The bitcoin address to send to.\n"