Skip to content

Commit f7036a4

Browse files
committed
Merge bitcoin/bitcoin#27664: docs: fix spelling errors
e9dcac1 add `lief` to `spelling.ignore-words` (brunoerg) 258f930 test: fix spelling in `interface_usdt_utxocache` (brunoerg) Pull request description: Add `lief` to `spelling.ignore-words` since it's the name of a Python lib and fix spelling error in `interface_usdt_utxocache` (s/eariler/earlier) ACKs for top commit: fanquake: ACK e9dcac1 Tree-SHA512: f42cdbb74144c5d289d70bb9bac1179650bb32594678e15f4e18e4b2f68009999d60ff69494d4e68650d82fc1838e67515ed2f922ee84db98735ef906911ec40
2 parents b34e19a + e9dcac1 commit f7036a4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

test/functional/interface_usdt_utxocache.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ def handle_utxocache_flush(_, data, __):
363363
bpf["utxocache_flush"].open_perf_buffer(handle_utxocache_flush)
364364

365365
self.log.info("stop the node to flush the UTXO cache")
366-
UTXOS_IN_CACHE = 2 # might need to be changed if the eariler tests are modified
366+
UTXOS_IN_CACHE = 2 # might need to be changed if the earlier tests are modified
367367
# A node shutdown causes two flushes. One that flushes UTXOS_IN_CACHE
368368
# UTXOs and one that flushes 0 UTXOs. Normally the 0-UTXO-flush is the
369369
# second flush, however it can happen that the order changes.

test/lint/spelling.ignore-words.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ hights
1111
inflight
1212
invokable
1313
keypair
14+
lief
1415
mor
1516
nd
1617
nin

0 commit comments

Comments
 (0)