summaryrefslogtreecommitdiff
path: root/bin
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
parent61d95c70c0d4404a24064a58f3ccc3adf0b5e7e2 (diff)
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')
-rwxr-xr-xbin/gbuild-to-ide2
-rwxr-xr-xbin/update_pch_autotune.sh2
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