aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2016-01-18 10:45:19 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2016-01-18 10:45:25 +0100
commit5e00147838b0585aebdfd7533951f8708639bc9b (patch)
tree9a400234563ba9ef3adb6ee435da950a569a176c /contrib
parenta8bd616fea62e0b15c6041d687230f5d9dd47bf9 (diff)
parent0331aa350c04253f3b94604a0152042646fc94bb (diff)
downloadbitcoin-5e00147838b0585aebdfd7533951f8708639bc9b.tar.xz
Merge pull request #7313
0331aa3 Fixing typos on security-check.py and torcontrol.cpp (calebogden)
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/devtools/security-check.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/devtools/security-check.py b/contrib/devtools/security-check.py
index e96eaa9c38..fe5dc9ad89 100755
--- a/contrib/devtools/security-check.py
+++ b/contrib/devtools/security-check.py
@@ -1,7 +1,7 @@
#!/usr/bin/python2
'''
Perform basic ELF security checks on a series of executables.
-Exit status will be 0 if succesful, and the program will be silent.
+Exit status will be 0 if successful, and the program will be silent.
Otherwise the exit status will be 1 and it will log which executables failed which checks.
Needs `readelf` (for ELF) and `objdump` (for PE).
'''