diff options
author | klemens <ka7@github.com> | 2017-08-16 00:24:39 +0200 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2017-08-16 00:24:39 +0200 |
commit | f42fc1d508f24447519f79cf6304b2e4e2233a51 (patch) | |
tree | 77569674d0fbb6ec885bbd08def6f52b0f966d50 /src/test/blockencodings_tests.cpp | |
parent | 65cc7aacfbfc7b747926375280a1d839e88d576b (diff) |
doc: spelling fixes
Diffstat (limited to 'src/test/blockencodings_tests.cpp')
-rw-r--r-- | src/test/blockencodings_tests.cpp | 2 |
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 |