Skip to content

Commit 6f6f83a

Browse files
committed
Merge bitcoin/bitcoin#32193: test: fix spelling in Python code comment
4774a0c test: fix spelling in Python code comment (John Bampton) Pull request description: Fixed a couple of typos Top commit has no ACKs. Tree-SHA512: 5334995672b2c7d4a9cb916f71dff6a2ce13dc7ced6bbc30ddb0fe8e0ae0b4094b675b3dfced1ffc1b92e3a33ee22df07af3032b8c2928f27051b6376dca3361
2 parents 16b084f + 4774a0c commit 6f6f83a

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
@@ -317,7 +317,7 @@ def handle_utxocache_spent(_, data, __):
317317
self.log.info(
318318
f"check that we successfully traced {EXPECTED_HANDLE_ADD_SUCCESS} adds and {EXPECTED_HANDLE_SPENT_SUCCESS} spent")
319319

320-
# Check that all expected tracepoints are recieved, but not the order they were recieved in.
320+
# Check that all expected tracepoints are received, but not the order they were received in.
321321
# Tracepoint ordering is not strictly guaranteed, so this comparison avoids intermittent failures in the test.
322322
def cache_event_to_key(event):
323323
return (

0 commit comments

Comments
 (0)