summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-07-23 22:15:58 +0200
committerJulien Nabet <serval2412@yahoo.fr>2018-07-24 08:22:05 +0200
commit5050e9d9c188524bc601b54eade5924be9ae77ea (patch)
tree8a133448d39679617dfadc5a2f11c33f4eb335f1 /bin
parentcf1bb9d4cbaec9d746eb6850e905eb951587543f (diff)
Fix typos
Change-Id: I07cf04cd2acc5b50d64224edb9f2c2de2c61e356 Reviewed-on: https://gerrit.libreoffice.org/57884 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins
Diffstat (limited to 'bin')
-rwxr-xr-xbin/fuzzfiles2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/fuzzfiles b/bin/fuzzfiles
index e650fe5ffe08..ed0432d2371c 100755
--- a/bin/fuzzfiles
+++ b/bin/fuzzfiles
@@ -37,5 +37,5 @@ for file in $@; do
zzuf -r $ratio < $file > "$basename-$ratio-$i"
done #end of for i in {1..
done #end of for ratio in ...
- fi #end if of file vailidity check
+ fi #end if of file validity check
done #end for file in $@