doc: spelling fixes

This commit is contained in:
klemens
2017-08-16 00:24:39 +02:00
committed by MarcoFalke
parent 65cc7aacfb
commit f42fc1d508
14 changed files with 15 additions and 15 deletions

View File

@@ -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