Skip to content

Commit 4774a0c

Browse files
committed
test: fix spelling in Python code comment
1 parent 1a6fc04 commit 4774a0c

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)