diff options
author | calebogden <email@calebogden.com> | 2016-01-08 13:31:42 -0800 |
---|---|---|
committer | calebogden <email@calebogden.com> | 2016-01-08 13:31:42 -0800 |
commit | 0331aa350c04253f3b94604a0152042646fc94bb (patch) | |
tree | 5eefb0312285ec50664bfe306018484b98e40045 /contrib | |
parent | b1cf0058d9b3d3e218f1dc31ee688e5beb21f573 (diff) |
Fixing typos on security-check.py and torcontrol.cpp
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/devtools/security-check.py | 2 |
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). ''' |