summaryrefslogtreecommitdiff
path: root/bin/fuzzfiles
diff options
context:
space:
mode:
Diffstat (limited to 'bin/fuzzfiles')
-rwxr-xr-xbin/fuzzfiles2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/fuzzfiles b/bin/fuzzfiles
index 99b503e3bd69..e650fe5ffe08 100755
--- a/bin/fuzzfiles
+++ b/bin/fuzzfiles
@@ -10,7 +10,7 @@
#check that zzuf is installed
hash zzuf &> /dev/null
if [ $? -eq 1 ];then
- echo >&2 "zzuf not found. Please install and/or fix the PATH environement variable. Aborting"
+ echo >&2 "zzuf not found. Please install and/or fix the PATH environment variable. Aborting"
exit -1
fi