aboutsummaryrefslogtreecommitdiff
path: root/windows
diff options
context:
space:
mode:
Diffstat (limited to 'windows')
-rw-r--r--windows/build.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/windows/build.sh b/windows/build.sh
index 0ef86901..3c762dc0 100644
--- a/windows/build.sh
+++ b/windows/build.sh
@@ -37,10 +37,10 @@ do
done
-# Abort immediatelly if something goes wrong.
+# Abort immediately if something goes wrong.
set -e
-# White spaces in directory names may break things so catch them immediatelly.
+# White spaces in directory names may break things so catch them immediately.
case $(pwd) in
' ' | ' ' | '
') echo "Error: White space in the directory name" >&2; exit 1 ;;