From: Lasse Collin Date: Mon, 1 Feb 2010 20:47:54 +0000 (+0200) Subject: Fix typos in comments. X-Git-Tag: upstream/5.1.3~338 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fef6333f52c8801308c3b78acb7942988541d137;p=platform%2Fupstream%2Fxz.git Fix typos in comments. --- diff --git a/src/xz/list.c b/src/xz/list.c index 1e487b5..91707b9 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 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 ..