From eb7d51a3faf9298c0c7aa9aaeae1023dcf9e37ea Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Fri, 12 Feb 2010 13:16:15 +0200 Subject: Collection of language fixes to comments and docs. Thanks to Jonathan Nieder. --- windows/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'windows') 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 ;; -- cgit v1.2.3