aboutsummaryrefslogtreecommitdiff
path: root/src/test/coins_tests.cpp
diff options
context:
space:
mode:
authorklemens <ka7@github.com>2017-08-16 00:24:39 +0200
committerMarcoFalke <falke.marco@gmail.com>2017-08-16 00:24:39 +0200
commitf42fc1d508f24447519f79cf6304b2e4e2233a51 (patch)
tree77569674d0fbb6ec885bbd08def6f52b0f966d50 /src/test/coins_tests.cpp
parent65cc7aacfbfc7b747926375280a1d839e88d576b (diff)
downloadbitcoin-f42fc1d508f24447519f79cf6304b2e4e2233a51.tar.xz
doc: spelling fixes
Diffstat (limited to 'src/test/coins_tests.cpp')
-rw-r--r--src/test/coins_tests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/coins_tests.cpp b/src/test/coins_tests.cpp
index e24431528a..99d0277b7c 100644
--- a/src/test/coins_tests.cpp
+++ b/src/test/coins_tests.cpp
@@ -275,7 +275,7 @@ UtxoData::iterator FindRandomFrom(const std::set<COutPoint> &utxoSet) {
// except the emphasis is on testing the functionality of UpdateCoins
// random txs are created and UpdateCoins is used to update the cache stack
// In particular it is tested that spending a duplicate coinbase tx
-// has the expected effect (the other duplicate is overwitten at all cache levels)
+// has the expected effect (the other duplicate is overwritten at all cache levels)
BOOST_AUTO_TEST_CASE(updatecoins_simulation_test)
{
bool spent_a_duplicate_coinbase = false;