From da9bb5165152bfa00425c08cf46d6a3775da0a1b Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 19 Jul 2018 16:22:39 +0200 Subject: Fix typos Change-Id: Id31aa22a98f7520a37e624cbb1dc4d949246c0fb Reviewed-on: https://gerrit.libreoffice.org/57622 Tested-by: Jenkins Reviewed-by: Julien Nabet --- setup_native/scripts/langpackscript.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup_native') diff --git a/setup_native/scripts/langpackscript.sh b/setup_native/scripts/langpackscript.sh index 186390c19c05..4f0dd548467b 100644 --- a/setup_native/scripts/langpackscript.sh +++ b/setup_native/scripts/langpackscript.sh @@ -113,8 +113,8 @@ mkdir $outdir #diskSpace=`df -k $outdir | $tail_prog -1 | awk '{if ( $4 ~ /%/) { print $3 } else { print $4 } }'` #if [ $diskSpace -lt $diskSpaceRequired ]; then -# printf "You will need atleast %s kBytes of Disk Free\n" $diskSpaceRequired -# printf "Please free up the required Disk Space and try again\n" +# printf "You will need at least %s kBytes of free disk space\n" $diskSpaceRequired +# printf "Please free up the required disk space and try again\n" # exit 3 #fi -- cgit