aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet.cpp
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2017-01-29 16:05:06 +0100
committerMarcoFalke <falke.marco@gmail.com>2017-01-29 16:05:37 +0100
commit0fea960ca917b73aff853fe88476174c8a313863 (patch)
treee07bb46576b327b22a3b2d0c8d51b7be29a13280 /src/wallet/wallet.cpp
parenta7ea2f8fdbe9392bcbd4a219a42ebd9518d2e2ef (diff)
parentcc16d99f1dc8305b1b255f1cc0f2b1516aa77ed0 (diff)
downloadbitcoin-0fea960ca917b73aff853fe88476174c8a313863.tar.xz
Merge #9510: [trivial] Fix typos in comments
cc16d99 [trivial] Fix typos in comments (practicalswift)
Diffstat (limited to 'src/wallet/wallet.cpp')
-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 b4715622cf..517202a9bb 100644
--- a/src/wallet/wallet.cpp
+++ b/src/wallet/wallet.cpp
@@ -2576,7 +2576,7 @@ bool CWallet::CreateTransaction(const vector<CRecipient>& vecSend, CWalletTx& wt
// BIP125 defines opt-in RBF as any nSequence < maxint-1, so
// we use the highest possible value in that range (maxint-2)
// to avoid conflicting with other possible uses of nSequence,
- // and in the spirit of "smallest posible change from prior
+ // and in the spirit of "smallest possible change from prior
// behavior."
for (const auto& coin : setCoins)
txNew.vin.push_back(CTxIn(coin.first->GetHash(),coin.second,CScript(),