aboutsummaryrefslogtreecommitdiff
path: root/contrib/devtools
diff options
context:
space:
mode:
authorMarnix <93143998+MarnixCroes@users.noreply.github.com>2022-06-18 10:29:02 +0200
committerMarnixCroes <93143998+MarnixCroes@users.noreply.github.com>2022-06-18 18:34:50 +0200
commit20c58a3e506d768970bb1a588fd8db8ae1a5ffbb (patch)
treeec37c9371345137ed2409c9f18b5396f8a1d65ea /contrib/devtools
parent8be652e43964329c1f2dadd676916b53e5c40974 (diff)
downloadbitcoin-20c58a3e506d768970bb1a588fd8db8ae1a5ffbb.tar.xz
doc: typo fix
Diffstat (limited to 'contrib/devtools')
-rwxr-xr-xcontrib/devtools/test-symbol-check.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/devtools/test-symbol-check.py b/contrib/devtools/test-symbol-check.py
index b4c112b266..2881e3efac 100755
--- a/contrib/devtools/test-symbol-check.py
+++ b/contrib/devtools/test-symbol-check.py
@@ -39,7 +39,7 @@ class TestSymbolChecks(unittest.TestCase):
cc = determine_wellknown_cmd('CC', 'gcc')
# there's no way to do this test for RISC-V at the moment; we build for
- # RISC-V in a glibc 2.27 envinonment and we allow all symbols from 2.27.
+ # RISC-V in a glibc 2.27 environment and we allow all symbols from 2.27.
if 'riscv' in get_machine(cc):
self.skipTest("test not available for RISC-V")