summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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