aboutsummaryrefslogtreecommitdiff
path: root/src/test/blockencodings_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/blockencodings_tests.cpp
parent65cc7aacfbfc7b747926375280a1d839e88d576b (diff)
downloadbitcoin-f42fc1d508f24447519f79cf6304b2e4e2233a51.tar.xz
doc: spelling fixes
Diffstat (limited to 'src/test/blockencodings_tests.cpp')
-rw-r--r--src/test/blockencodings_tests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/blockencodings_tests.cpp b/src/test/blockencodings_tests.cpp
index 10a40fea3c..812e8534cd 100644
--- a/src/test/blockencodings_tests.cpp
+++ b/src/test/blockencodings_tests.cpp
@@ -51,7 +51,7 @@ static CBlock BuildBlockTestCase() {
return block;
}
-// Number of shared use_counts we expect for a tx we havent touched
+// Number of shared use_counts we expect for a tx we haven't touched
// == 2 (mempool + our copy from the GetSharedTx call)
#define SHARED_TX_OFFSET 2