diff options
author | practicalswift <practicalswift@users.noreply.github.com> | 2017-02-06 15:16:18 +0100 |
---|---|---|
committer | practicalswift <practicalswift@users.noreply.github.com> | 2017-02-14 20:19:40 +0100 |
commit | 0c9b9b7d646333cb3212f1bea98e629c416cbe42 (patch) | |
tree | 1367ac5ad5c472b827962e95046aef1cecf2f102 /src/wallet/rpcwallet.cpp | |
parent | 870cd2b58aba30ecd57c624ab1f1724b3235cb4d (diff) |
[trivial] Fix recently introduced typos in comments
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 45b572aa2e..01005bf338 100644 --- a/src/wallet/rpcwallet.cpp +++ b/src/wallet/rpcwallet.cpp @@ -2725,7 +2725,7 @@ UniValue bumpfee(const JSONRPCRequest& request) " be left unchanged from the original. If false, any input sequence numbers in the\n" " original transaction that were less than 0xfffffffe will be increased to 0xfffffffe\n" " so the new transaction will not be explicitly bip-125 replaceable (though it may\n" - " still be replacable in practice, for example if it has unconfirmed ancestors which\n" + " still be replaceable in practice, for example if it has unconfirmed ancestors which\n" " are replaceable).\n" " }\n" "\nResult:\n" |