diff options
Diffstat (limited to 'windows/build.sh')
-rw-r--r-- | windows/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/build.sh b/windows/build.sh index eb2d2775..0ef86901 100644 --- a/windows/build.sh +++ b/windows/build.sh @@ -46,7 +46,7 @@ case $(pwd) in ') echo "Error: White space in the directory name" >&2; exit 1 ;; esac -# This sciprt can be run either at the top-level directory of the package +# This script can be run either at the top-level directory of the package # or in the same directory containing this script. if [ ! -f windows/build.sh ]; then cd .. |