aboutsummaryrefslogtreecommitdiff
path: root/src/rpcwallet.cpp
diff options
context:
space:
mode:
authorPavel Janík <[email protected]>2015-01-05 21:44:55 +0100
committerCory Fields <[email protected]>2015-01-31 17:37:01 -0500
commit91a9fe094b3f0091f40ccdb19581b90e86888ff0 (patch)
tree52835914858b2adfeb5bc4eb270546eb487a2f10 /src/rpcwallet.cpp
parentImprove gitian build guide (diff)
downloaddiscoin-91a9fe094b3f0091f40ccdb19581b90e86888ff0.tar.xz
discoin-91a9fe094b3f0091f40ccdb19581b90e86888ff0.zip
Fix typo - sentence starts with capital letter
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 6ad3ee54d..24a4d7c22 100644
--- a/src/rpcwallet.cpp
+++ b/src/rpcwallet.cpp
@@ -82,7 +82,7 @@ Value getnewaddress(const Array& params, bool fHelp)
"If 'account' is specified (DEPRECATED), it is added to the address book \n"
"so payments received with the address will be credited to 'account'.\n"
"\nArguments:\n"
- "1. \"account\" (string, optional) DEPRECATED. The account name for the address to be linked to. if not provided, the default account \"\" is used. It can also be set to the empty string \"\" to represent the default account. The account does not need to exist, it will be created if there is no account by the given name.\n"
+ "1. \"account\" (string, optional) DEPRECATED. The account name for the address to be linked to. If not provided, the default account \"\" is used. It can also be set to the empty string \"\" to represent the default account. The account does not need to exist, it will be created if there is no account by the given name.\n"
"\nResult:\n"
"\"bitcoinaddress\" (string) The new bitcoin address\n"
"\nExamples:\n"