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:
parent
455e68c030
commit
fef6333f52
2 changed files with 2 additions and 2 deletions
|
@ -724,7 +724,7 @@ list_file(const char *filename)
|
|||
|
||||
// We have three main modes:
|
||||
// - --robot, which has submodes if --verbose is specified
|
||||
// once or twice
|
||||
// once or twice
|
||||
// - Normal --list without --verbose
|
||||
// - --list with one or two --verbose
|
||||
if (opt_robot)
|
||||
|
|
|
@ -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 ..
|
||||
|
|
Loading…
Reference in a new issue