Skip to content

Commit ee1c975

Browse files
committed
Merge bitcoin/bitcoin#29938: Fix typos in description.md and wallet_util.py
03e36b3 Fix typos in description.md and wallet_util.py (hanmz) Pull request description: Fix typos in description.md. `digestable` => `digestible` `lenghts` => `lengths` ACKs for top commit: maflcko: ACK 03e36b3 kristapsk: ACK 03e36b3 brunoerg: utACK 03e36b3 alfonsoromanz: ACK 03e36b3 Tree-SHA512: 592b85f92459e96d35ddb41f2913f950a2ef9b9b74ef85af03a72553893b32e76cc6630091199359140a1d403e61c7354b61f6e09fd122c7c9fb677ce4bd48d6
2 parents 10f5022 + 03e36b3 commit ee1c975

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

depends/description.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on new hosts.
1111
### No reliance on timestamps
1212

1313
File presence is used to determine what needs to be built. This makes the
14-
results distributable and easily digestable by automated builders.
14+
results distributable and easily digestible by automated builders.
1515

1616
### Each build only has its specified dependencies available at build-time.
1717

test/functional/test_framework/wallet_util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ def __exit__(self, *args):
165165
class TestFrameworkWalletUtil(unittest.TestCase):
166166
def test_calculate_input_weight(self):
167167
SKELETON_BYTES = 32 + 4 + 4 # prevout-txid, prevout-index, sequence
168-
SMALL_LEN_BYTES = 1 # bytes needed for encoding scriptSig / witness item lenghts < 253
168+
SMALL_LEN_BYTES = 1 # bytes needed for encoding scriptSig / witness item lengths < 253
169169
LARGE_LEN_BYTES = 3 # bytes needed for encoding scriptSig / witness item lengths >= 253
170170

171171
# empty scriptSig, no witness

0 commit comments

Comments
 (0)