summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Delpierre2015-09-08 15:07:36 +0200
committerGuillaume Delpierre2015-09-08 15:07:36 +0200
commitae011125e83c8695295b1612a428ef300b3ce095 (patch)
treebbfa06ea81df349285237373f4ada4b2d0cdaa5b
parentc7638eac9798ae10b1c76fe9f6e504e1a7c88f6c (diff)
Typo
-rwxr-xr-xphpmalwarefinder2
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
82if [ ! -e ${NICE} ] 82if [ ! -e ${NICE} ]
83then 83then
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
86fi 86fi
87 87