diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2010-02-01 22:47:54 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2010-02-01 22:47:54 +0200 |
commit | fef6333f52c8801308c3b78acb7942988541d137 (patch) | |
tree | 66ec93320dc47bc8593bf7d67a08fbdd7f898f6d | |
parent | Fix signal handling for --list. (diff) | |
download | xz-fef6333f52c8801308c3b78acb7942988541d137.tar.xz |
Fix typos in comments.
-rw-r--r-- | src/xz/list.c | 2 | ||||
-rw-r--r-- | windows/build.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/xz/list.c b/src/xz/list.c index 1e487b55..91707b91 100644 --- a/src/xz/list.c +++ b/src/xz/list.c @@ -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) 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 .. |