aboutsummaryrefslogtreecommitdiff
path: root/src/rpcwallet.cpp
diff options
context:
space:
mode:
authorVeres Lajos <vlajos@gmail.com>2015-08-09 00:17:27 +0100
committerLuke Dashjr <luke-jr+git@utopios.org>2015-09-21 05:21:32 +0000
commitceba0f8c7e0b62c16c15ec507da721be6e2c7dee (patch)
treeacc402039484569164d736537906c87740615bdd /src/rpcwallet.cpp
parent2ede6b7142cb57c422126722f845b36da7d3c4ef (diff)
downloadbitcoin-ceba0f8c7e0b62c16c15ec507da721be6e2c7dee.tar.xz
PARTIAL: typofixes (found by misspell_fixer)
Upstream: 9f68ed6b6d1a9c6436ce37913666165f2b180ee3 (PR #6539)
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 e43eee1551..2f352ba296 100644
--- a/src/rpcwallet.cpp
+++ b/src/rpcwallet.cpp
@@ -719,7 +719,7 @@ Value movecmd(const Array& params, bool fHelp)
"3. minconf (numeric, optional, default=1) Only use funds with at least this many confirmations.\n"
"4. \"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 btc from the default account to the account named tabby\n"
+ HelpExampleCli("move", "\"\" \"tabby\" 0.01") +