aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2015-08-19 17:27:58 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2015-08-19 17:28:00 +0200
commit80cddbbba99fc82e52e59cf0928fdc8d85cd29af (patch)
treeaaa43a89f0fe8843b565f817f6a2b9469c1b90e6 /src/wallet
parenta6f2affde878d4f16aee6aa81b0d5cf36afdbf2d (diff)
parent9f68ed6b6d1a9c6436ce37913666165f2b180ee3 (diff)
downloadbitcoin-80cddbbba99fc82e52e59cf0928fdc8d85cd29af.tar.xz
Merge pull request #6539
9f68ed6 typofixes (found by misspell_fixer) (Veres Lajos)
Diffstat (limited to 'src/wallet')
-rw-r--r--src/wallet/rpcwallet.cpp2
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") +