diff options
| author | Guillaume Delpierre | 2015-09-08 15:07:36 +0200 |
|---|---|---|
| committer | Guillaume Delpierre | 2015-09-08 15:07:36 +0200 |
| commit | ae011125e83c8695295b1612a428ef300b3ce095 (patch) | |
| tree | bbfa06ea81df349285237373f4ada4b2d0cdaa5b | |
| parent | c7638eac9798ae10b1c76fe9f6e504e1a7c88f6c (diff) | |
Typo
| -rwxr-xr-x | phpmalwarefinder | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpmalwarefinder b/phpmalwarefinder index 6d4d047..d6081e1 100755 --- a/phpmalwarefinder +++ b/phpmalwarefinder | |||
| @@ -81,7 +81,7 @@ fi | |||
| 81 | 81 | ||
| 82 | if [ ! -e ${NICE} ] | 82 | if [ ! -e ${NICE} ] |
| 83 | then | 83 | then |
| 84 | echo "no nice program available. Please install ionice or nice." | 84 | echo "No nice program available. Please install ionice or nice." |
| 85 | exit 1 | 85 | exit 1 |
| 86 | fi | 86 | fi |
| 87 | 87 | ||
