1
0
Fork 0
mirror of https://git.tukaani.org/xz.git synced 2024-04-04 12:36:23 +02:00

Fix typos in comments.

This commit is contained in:
Lasse Collin 2010-02-01 22:47:54 +02:00
parent 455e68c030
commit fef6333f52
2 changed files with 2 additions and 2 deletions

View file

@ -46,7 +46,7 @@ case $(pwd) in
') echo "Error: White space in the directory name" >&2; exit 1 ;; ') echo "Error: White space in the directory name" >&2; exit 1 ;;
esac 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. # or in the same directory containing this script.
if [ ! -f windows/build.sh ]; then if [ ! -f windows/build.sh ]; then
cd .. cd ..