diff options
author | fsb4000 <fsb4000@yandex.ru> | 2016-11-28 15:19:05 +0700 |
---|---|---|
committer | fsb4000 <fsb4000@yandex.ru> | 2016-11-28 16:16:37 +0700 |
commit | 15fa95d7e576041a20d47907356a2be5a327b4ca (patch) | |
tree | 2456ea0d0cb68365b149524b4876d9b1b4828c37 /src/txmempool.h | |
parent | c4522e71c7e1d8ecfd70112e9375b9d00d6733a8 (diff) |
Fix some typos
Diffstat (limited to 'src/txmempool.h')
-rw-r--r-- | src/txmempool.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/txmempool.h b/src/txmempool.h index 29b59363a2..23fe5a7abe 100644 --- a/src/txmempool.h +++ b/src/txmempool.h @@ -62,7 +62,7 @@ class CTxMemPool; /** \class CTxMemPoolEntry * - * CTxMemPoolEntry stores data about the correponding transaction, as well + * CTxMemPoolEntry stores data about the corresponding transaction, as well * as data about all in-mempool transactions that depend on the transaction * ("descendant" transactions). * |