aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
diff options
context:
space:
mode:
authorVeres Lajos <vlajos@gmail.com>2015-08-09 00:17:27 +0100
committerVeres Lajos <vlajos@gmail.com>2015-08-10 22:06:27 +0100
commit9f68ed6b6d1a9c6436ce37913666165f2b180ee3 (patch)
tree353f0c636a1f27824afb150fc16692456a00d5f1 /src/wallet
parenta4fe57da6207c1e5691a1e843d22db571f3f0186 (diff)
downloadbitcoin-9f68ed6b6d1a9c6436ce37913666165f2b180ee3.tar.xz
typofixes (found by misspell_fixer)
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 198b5baf60..ce547f5753 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") +