aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrunoerg <brunoely.gc@gmail.com>2023-05-15 16:27:41 -0300
committerbrunoerg <brunoely.gc@gmail.com>2023-05-15 16:27:41 -0300
commit258f93000b0522368a315100526ea8e59d0280cd (patch)
tree5a5664d623388416aedb6153cd0407f64eb45ba3
parentd7700d3a26478d9b1648463c188648c7047b1c60 (diff)
downloadbitcoin-258f93000b0522368a315100526ea8e59d0280cd.tar.xz
test: fix spelling in `interface_usdt_utxocache`
-rwxr-xr-xtest/functional/interface_usdt_utxocache.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/interface_usdt_utxocache.py b/test/functional/interface_usdt_utxocache.py
index 23785b1e8a..6774db7c5f 100755
--- a/test/functional/interface_usdt_utxocache.py
+++ b/test/functional/interface_usdt_utxocache.py
@@ -363,7 +363,7 @@ class UTXOCacheTracepointTest(BitcoinTestFramework):
bpf["utxocache_flush"].open_perf_buffer(handle_utxocache_flush)
self.log.info("stop the node to flush the UTXO cache")
- UTXOS_IN_CACHE = 2 # might need to be changed if the eariler tests are modified
+ UTXOS_IN_CACHE = 2 # might need to be changed if the earlier tests are modified
# A node shutdown causes two flushes. One that flushes UTXOS_IN_CACHE
# UTXOs and one that flushes 0 UTXOs. Normally the 0-UTXO-flush is the
# second flush, however it can happen that the order changes.