diff options
| author | calebogden <[email protected]> | 2016-01-08 13:31:42 -0800 |
|---|---|---|
| committer | calebogden <[email protected]> | 2016-01-08 13:31:42 -0800 |
| commit | 0331aa350c04253f3b94604a0152042646fc94bb (patch) | |
| tree | 5eefb0312285ec50664bfe306018484b98e40045 /contrib | |
| parent | Merge pull request #7298 (diff) | |
| download | discoin-0331aa350c04253f3b94604a0152042646fc94bb.tar.xz discoin-0331aa350c04253f3b94604a0152042646fc94bb.zip | |
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 e96eaa9c3..fe5dc9ad8 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). ''' |