diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2016-01-04 12:37:59 +0100 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2016-01-05 07:32:28 +0000 |
commit | 92e60e1b80a391864314c2270d2d9fcd9da3d9ee (patch) | |
tree | 197d74053b4dbb68008df35d5d8b7a7d75db3913 /bin | |
parent | 3b4059dc53ec764be5423517363223043d6dbfad (diff) |
Fix typos
Change-Id: I1b79005d9c4e32325b8dadcc4f805975d6bf2727
Reviewed-on: https://gerrit.libreoffice.org/21103
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Tested-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/fuzzfiles | 2 |
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 |