Fix some typos

This commit is contained in:
fsb4000
2016-11-28 15:19:05 +07:00
parent c4522e71c7
commit 15fa95d7e5
10 changed files with 12 additions and 12 deletions

View File

@@ -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).
*