Skip to content

Commit b5ed13a

Browse files
RoboSchmiedfanquake
authored andcommitted
doc: Fix typos
Fix three typos.
1 parent d04324a commit b5ed13a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

depends/packages/expat.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ $(package)_sha256_hash=f79b8f904b749e3e0d20afeadecf8249c55b2e32d4ebb089ae378df47
66

77
# -D_DEFAULT_SOURCE defines __USE_MISC, which exposes additional
88
# definitions in endian.h, which are required for a working
9-
# endianess check in configure when building with -flto.
9+
# endianness check in configure when building with -flto.
1010
define $(package)_set_vars
1111
$(package)_config_opts=--disable-shared --without-docbook --without-tests --without-examples
1212
$(package)_config_opts += --disable-dependency-tracking --enable-option-checking

src/validation.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5784,7 +5784,7 @@ bool ChainstateManager::PopulateAndValidateSnapshot(
57845784
CBlockIndex* index = nullptr;
57855785

57865786
// Don't make any modifications to the genesis block since it shouldn't be
5787-
// neccessary, and since the genesis block doesn't have normal flags like
5787+
// necessary, and since the genesis block doesn't have normal flags like
57885788
// BLOCK_VALID_SCRIPTS set.
57895789
constexpr int AFTER_GENESIS_START{1};
57905790

src/validation.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ MempoolAcceptResult AcceptToMemoryPool(Chainstate& active_chainstate, const CTra
275275
* Validate (and maybe submit) a package to the mempool. See doc/policy/packages.md for full details
276276
* on package validation rules.
277277
* @param[in] test_accept When true, run validation checks but don't submit to mempool.
278-
* @param[in] client_maxfeerate If exceeded by an individual transaction, rest of (sub)package evalution is aborted.
278+
* @param[in] client_maxfeerate If exceeded by an individual transaction, rest of (sub)package evaluation is aborted.
279279
* Only for sanity checks against local submission of transactions.
280280
* @returns a PackageMempoolAcceptResult which includes a MempoolAcceptResult for each transaction.
281281
* If a transaction fails, validation will exit early and some results may be missing. It is also

0 commit comments

Comments
 (0)