Skip to content

Commit 258f930

Browse files
committed
test: fix spelling in interface_usdt_utxocache
1 parent d7700d3 commit 258f930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-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.

0 commit comments

Comments
 (0)