summaryrefslogtreecommitdiffstats
path: root/bin/update_pch_autotune.sh
diff options
context:
space:
mode:
authorOtto Kekäläinen <otto@seravo.fi>2016-07-03 20:24:00 +0300
committerjan iversen <jani@documentfoundation.org>2016-07-04 06:11:36 +0000
commit428e23f4f7025506e767d895e9b46492a8432aed (patch)
treeec767267ad2afc8ec3bf486da7cb9da2c567922d /bin/update_pch_autotune.sh
parentadd ANORDEGRC test case (diff)
downloadcore-428e23f4f7025506e767d895e9b46492a8432aed.tar.gz
core-428e23f4f7025506e767d895e9b46492a8432aed.zip
Fix some spelling errors in comments and strings
Change-Id: Iecd6b5e13d6be14651f77d8e37f01117ba15a11e Reviewed-on: https://gerrit.libreoffice.org/26883 Reviewed-by: jan iversen <jani@documentfoundation.org> Tested-by: jan iversen <jani@documentfoundation.org>
Diffstat (limited to 'bin/update_pch_autotune.sh')
-rwxr-xr-xbin/update_pch_autotune.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/update_pch_autotune.sh b/bin/update_pch_autotune.sh
index b3a73783dc77..ab9b0a688067 100755
--- a/bin/update_pch_autotune.sh
+++ b/bin/update_pch_autotune.sh
@@ -207,7 +207,7 @@ for module in $modules; do
score_too_low=$(echo "$best_score_for_cuttof < $best_score / 1.10" | bc -l)
if [ $score_too_low -eq 1 ];
then
- echo "Score hit low of $best_score_for_cuttof, well bellow overall best of $best_score. Stopping."
+ echo "Score hit low of $best_score_for_cuttof, well below overall best of $best_score. Stopping."
break;
fi
fi