From 5050e9d9c188524bc601b54eade5924be9ae77ea Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 23 Jul 2018 22:15:58 +0200 Subject: Fix typos Change-Id: I07cf04cd2acc5b50d64224edb9f2c2de2c61e356 Reviewed-on: https://gerrit.libreoffice.org/57884 Reviewed-by: Julien Nabet Tested-by: Jenkins --- bin/fuzzfiles | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/fuzzfiles') 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 $@ -- cgit