summaryrefslogtreecommitdiff
path: root/bin/update_pch_autotune.sh
diff options
context:
space:
mode:
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