Skip to content

Commit a09033e

Browse files
author
MacroFake
committed
Merge bitcoin/bitcoin#25409: doc: fix typos
20c58a3 doc: typo fix (Marnix) Pull request description: `contrib/devtools/test-symbol-check.py`: envinonment -> environment `contrib/seeds/asmap.py`: succesful -> successful ACKs for top commit: brunoerg: ACK 20c58a3 Tree-SHA512: acbe060b7c27673208715c4f6d0fac913c61c94a5e7e37b0ab9865d099067568dc683bd0099e5dc46e3602b13b5dae512ec713bd65f56fa10a59d946d5fd2649
2 parents 8e7eeb5 + 20c58a3 commit a09033e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contrib/devtools/test-symbol-check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def test_ELF(self):
3939
cc = determine_wellknown_cmd('CC', 'gcc')
4040

4141
# there's no way to do this test for RISC-V at the moment; we build for
42-
# RISC-V in a glibc 2.27 envinonment and we allow all symbols from 2.27.
42+
# RISC-V in a glibc 2.27 environment and we allow all symbols from 2.27.
4343
if 'riscv' in get_machine(cc):
4444
self.skipTest("test not available for RISC-V")
4545

contrib/seeds/asmap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ class _Instruction(Enum):
168168
# Not an actual instruction, but a way to encode the empty program that fails. In the
169169
# encoder, it is used more generally to represent the failure case inside MATCH instructions,
170170
# which may (if used inside the context of a DEFAULT instruction) actually correspond to
171-
# a succesful return. In this usage, they're always converted to an actual MATCH or RETURN
171+
# a successful return. In this usage, they're always converted to an actual MATCH or RETURN
172172
# before the top level is reached (see make_default below).
173173
END = 4
174174

0 commit comments

Comments
 (0)