Merge bitcoin/bitcoin#32193: test: fix spelling in Python code comment

4774a0c923 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
This commit is contained in:
merge-script 2025-04-02 09:49:21 +08:00
commit 6f6f83a8ca
No known key found for this signature in database
GPG key ID: 2EEB9F5CC09526C1

View file

@ -317,7 +317,7 @@ class UTXOCacheTracepointTest(BitcoinTestFramework):
self.log.info( self.log.info(
f"check that we successfully traced {EXPECTED_HANDLE_ADD_SUCCESS} adds and {EXPECTED_HANDLE_SPENT_SUCCESS} spent") 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. # Tracepoint ordering is not strictly guaranteed, so this comparison avoids intermittent failures in the test.
def cache_event_to_key(event): def cache_event_to_key(event):
return ( return (