aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2015-12-02 15:28:24 +0100
committerMarcoFalke <falke.marco@gmail.com>2015-12-02 15:21:18 +0100
commitfabd10a9c9c713696b4dd7a9ff6b72f38022bc68 (patch)
treedc61d3413311eb0977d1bf436f87b8650767f214 /src/wallet
parentfad246037f85067275a7bbfa12371744b5fc679d (diff)
downloadbitcoin-fabd10a9c9c713696b4dd7a9ff6b72f38022bc68.tar.xz
Fix typo in wallet.cpp
Diffstat (limited to 'src/wallet')
-rw-r--r--src/wallet/wallet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/wallet.cpp b/src/wallet/wallet.cpp
index 28479c0ed1..d23d54e678 100644
--- a/src/wallet/wallet.cpp
+++ b/src/wallet/wallet.cpp
@@ -1872,7 +1872,7 @@ bool CWallet::CreateTransaction(const vector<CRecipient>& vecSend, CWalletTx& wt
// Discourage fee sniping.
//
// For a large miner the value of the transactions in the best block and
- // the mempool can exceed the cost of delibrately attempting to mine two
+ // the mempool can exceed the cost of deliberately attempting to mine two
// blocks to orphan the current best block. By setting nLockTime such that
// only the next block can include the transaction, we discourage this
// practice as the height restricted and limited blocksize gives miners