mirror of https://git.tukaani.org/xz.git
Fix typos in comments.
This commit is contained in:
parent
455e68c030
commit
fef6333f52
|
@ -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 ..
|
||||||
|
|
Loading…
Reference in New Issue