aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/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-22 00:43:15 +0000
commit45bfa137efe84d772e58512630a2ae7a1b5fd55a (patch)
treefd0617f7983c64bf570e573d66f36e085c0e067d /src/wallet/rpcwallet.cpp
parent21c406eda0e936d8575715068b050ff9124e6b2e (diff)
downloadbitcoin-45bfa137efe84d772e58512630a2ae7a1b5fd55a.tar.xz
PARTIAL: typofixes (found by misspell_fixer)
Upstream: 9f68ed6b6d1a9c6436ce37913666165f2b180ee3 (PR #6539)
Diffstat (limited to 'src/wallet/rpcwallet.cpp')
-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 bfaaaeb4c8..626997160a 100644
--- a/src/wallet/rpcwallet.cpp
+++ b/src/wallet/rpcwallet.cpp
@@ -795,7 +795,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") +