diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-08-19 17:27:58 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-08-19 17:28:00 +0200 |
commit | 80cddbbba99fc82e52e59cf0928fdc8d85cd29af (patch) | |
tree | aaa43a89f0fe8843b565f817f6a2b9469c1b90e6 /src/wallet/rpcwallet.cpp | |
parent | a6f2affde878d4f16aee6aa81b0d5cf36afdbf2d (diff) | |
parent | 9f68ed6b6d1a9c6436ce37913666165f2b180ee3 (diff) |
Merge pull request #6539
9f68ed6 typofixes (found by misspell_fixer) (Veres Lajos)
Diffstat (limited to 'src/wallet/rpcwallet.cpp')
-rw-r--r-- | src/wallet/rpcwallet.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/rpcwallet.cpp b/src/wallet/rpcwallet.cpp index bd16da7614..5d182f3d42 100644 --- a/src/wallet/rpcwallet.cpp +++ b/src/wallet/rpcwallet.cpp @@ -797,7 +797,7 @@ UniValue movecmd(const UniValue& params, bool fHelp) "4. minconf (numeric, optional, default=1) Only use funds with at least this many confirmations.\n" "5. \"comment\" (string, optional) An optional comment, stored in the wallet only.\n" "\nResult:\n" - "true|false (boolean) true if successfull.\n" + "true|false (boolean) true if successful.\n" "\nExamples:\n" "\nMove 0.01 " + CURRENCY_UNIT + " from the default account to the account named tabby\n" + HelpExampleCli("move", "\"\" \"tabby\" 0.01") + |