diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/gbuild-to-ide | 2 | ||||
-rwxr-xr-x | bin/update_pch_autotune.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/gbuild-to-ide b/bin/gbuild-to-ide index fb2e888fbf76..a4b837b453a4 100755 --- a/bin/gbuild-to-ide +++ b/bin/gbuild-to-ide @@ -1592,7 +1592,7 @@ class QtCreatorIntegrationGenerator(IdeIntegrationGenerator): # we remove existing '.pro' and '.pro.user' files self.remove_qt_files() - # for .pro files, we must explicitely list all files (.c, .h) + # for .pro files, we must explicitly list all files (.c, .h) # so we can't reuse directly the same method than for kde integration. self.build_data_libs() 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 |