From 4774a0c92300d76ee4a75604b8b2d69c92dfeded Mon Sep 17 00:00:00 2001 From: John Bampton Date: Wed, 2 Apr 2025 07:20:41 +1000 Subject: [PATCH] test: fix spelling in Python code comment --- test/functional/interface_usdt_utxocache.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/functional/interface_usdt_utxocache.py b/test/functional/interface_usdt_utxocache.py index 88888ad8f7a..9e0d2a6072b 100755 --- a/test/functional/interface_usdt_utxocache.py +++ b/test/functional/interface_usdt_utxocache.py @@ -317,7 +317,7 @@ class UTXOCacheTracepointTest(BitcoinTestFramework): self.log.info( f"check that we successfully traced {EXPECTED_HANDLE_ADD_SUCCESS} adds and {EXPECTED_HANDLE_SPENT_SUCCESS} spent") - # Check that all expected tracepoints are recieved, but not the order they were recieved in. + # Check that all expected tracepoints are received, but not the order they were received in. # Tracepoint ordering is not strictly guaranteed, so this comparison avoids intermittent failures in the test. def cache_event_to_key(event): return (