summaryrefslogtreecommitdiff
path: root/windows
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2010-02-01 22:47:54 +0200
committerLasse Collin <lasse.collin@tukaani.org>2010-02-01 22:47:54 +0200
commitfef6333f52c8801308c3b78acb7942988541d137 (patch)
tree66ec93320dc47bc8593bf7d67a08fbdd7f898f6d /windows
parent455e68c030fde8a8c2f5e254c3b3ab9489bf3735 (diff)
downloadxz-fef6333f52c8801308c3b78acb7942988541d137.tar.gz
Fix typos in comments.
Diffstat (limited to 'windows')
-rw-r--r--windows/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/build.sh b/windows/build.sh
index eb2d277..0ef8690 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 ..