From 9b0e16226e6c1fb6a3550d635339f1bbb49a852f Mon Sep 17 00:00:00 2001 From: Ben Woosley Date: Mon, 2 Mar 2020 22:58:57 -0800 Subject: doc: Correct spelling errors in comments And ci script output. Identified via test/lint/lint-spelling --- test/functional/feature_backwards_compatibility.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/functional') diff --git a/test/functional/feature_backwards_compatibility.py b/test/functional/feature_backwards_compatibility.py index 7a6e3df702..0db74432e2 100755 --- a/test/functional/feature_backwards_compatibility.py +++ b/test/functional/feature_backwards_compatibility.py @@ -113,7 +113,7 @@ class BackwardsCompatibilityTest(BitcoinTestFramework): # Create another conflicting transaction using RBF tx3_id = self.nodes[1].sendtoaddress(return_address, 1) tx4_id = self.nodes[1].bumpfee(tx3_id)["txid"] - # Abondon transaction, but don't confirm + # Abandon transaction, but don't confirm self.nodes[1].abandontransaction(tx3_id) # w1_v19: regular wallet, created with v0.19 -- cgit v1.2.3