Skip to content

Commit 7cd85f4

Browse files
committed
Merge pull request #5187
e743678 fix a typo (Yoichi Hirai)
2 parents 917b831 + e743678 commit 7cd85f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rpcwallet.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ Value sendtoaddress(const Array& params, bool fHelp)
314314
if (fHelp || params.size() < 2 || params.size() > 4)
315315
throw runtime_error(
316316
"sendtoaddress \"bitcoinaddress\" amount ( \"comment\" \"comment-to\" )\n"
317-
"\nSent an amount to a given address. The amount is a real and is rounded to the nearest 0.00000001\n"
317+
"\nSend an amount to a given address. The amount is a real and is rounded to the nearest 0.00000001\n"
318318
+ HelpRequiringPassphrase() +
319319
"\nArguments:\n"
320320
"1. \"bitcoinaddress\" (string, required) The bitcoin address to send to.\n"

0 commit comments

Comments
 (0)