aboutsummaryrefslogtreecommitdiff
path: root/src/txmempool.h
diff options
context:
space:
mode:
authorfsb4000 <fsb4000@yandex.ru>2016-11-28 15:19:05 +0700
committerfsb4000 <fsb4000@yandex.ru>2016-11-28 16:16:37 +0700
commit15fa95d7e576041a20d47907356a2be5a327b4ca (patch)
tree2456ea0d0cb68365b149524b4876d9b1b4828c37 /src/txmempool.h
parentc4522e71c7e1d8ecfd70112e9375b9d00d6733a8 (diff)
downloadbitcoin-15fa95d7e576041a20d47907356a2be5a327b4ca.tar.xz
Fix some typos
Diffstat (limited to 'src/txmempool.h')
-rw-r--r--src/txmempool.h2
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).
*