summaryrefslogtreecommitdiff
path: root/windows
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2010-02-12 13:16:15 +0200
committerLasse Collin <lasse.collin@tukaani.org>2010-02-12 13:16:15 +0200
commiteb7d51a3faf9298c0c7aa9aaeae1023dcf9e37ea (patch)
treea95a2fd8ca357e637918ee82b154f56416da7410 /windows
parent4785f2021aa6a23f1caf724fcc823e562584f225 (diff)
downloadxz-eb7d51a3faf9298c0c7aa9aaeae1023dcf9e37ea.tar.gz
Collection of language fixes to comments and docs.
Thanks to Jonathan Nieder.
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 0ef8690..3c762dc 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 ;;