aboutsummaryrefslogtreecommitdiff
path: root/contrib/devtools/security-check.py
diff options
context:
space:
mode:
authorcalebogden <email@calebogden.com>2016-01-08 13:31:42 -0800
committercalebogden <email@calebogden.com>2016-01-08 13:31:42 -0800
commit0331aa350c04253f3b94604a0152042646fc94bb (patch)
tree5eefb0312285ec50664bfe306018484b98e40045 /contrib/devtools/security-check.py
parentb1cf0058d9b3d3e218f1dc31ee688e5beb21f573 (diff)
downloadbitcoin-0331aa350c04253f3b94604a0152042646fc94bb.tar.xz
Fixing typos on security-check.py and torcontrol.cpp
Diffstat (limited to 'contrib/devtools/security-check.py')
-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).
'''