From: Ralf Wildenhues Date: Sat, 18 Apr 2009 17:37:29 +0000 (+0200) Subject: fix comment typos X-Git-Tag: v7.3~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2977df8e7d84928cd2c068cc0f7f002ec1299842;p=thirdparty%2Fcoreutils.git fix comment typos * bootstrap: Fix comment typos. * src/pr.c: Likewise. --- diff --git a/bootstrap b/bootstrap index 3709ce6cef..700b69520c 100755 --- a/bootstrap +++ b/bootstrap @@ -247,11 +247,11 @@ sort_ver() { #sort -V is not generally available echo "$2 $1" break elif [ ! "$p1" = "$p2" ]; then - if [ "$p1" -gt "$p2" ] 2>/dev/null; then #numeric comparision + if [ "$p1" -gt "$p2" ] 2>/dev/null; then #numeric comparison echo "$2 $1" - elif [ "$p2" -gt "$p1" ] 2>/dev/null; then #numeric comparision + elif [ "$p2" -gt "$p1" ] 2>/dev/null; then #numeric comparison echo "$1 $2" - else #numeric, then lexographic comparison + else #numeric, then lexicographic comparison lp=$(printf "$p1\n$p2\n" | LANG=C sort -n | tail -n1) if [ "$lp" = "$p2" ]; then echo "$1 $2" diff --git a/src/pr.c b/src/pr.c index 3b6e8015e5..f0910eb305 100644 --- a/src/pr.c +++ b/src/pr.c @@ -73,7 +73,7 @@ The interference of the POSIX-compliant small letter options -w and -s: (`interference' means `setting a _separator_ with -s switches off the - column sturctur and the default - not generally - page_width, + column structure and the default - not generally - page_width, acts on -w option') options: text form / separator: equivalent new options: -w l -s[x] @@ -92,7 +92,7 @@ Options: Including version 1.22i: - Some SMALL LETTER options has been redefined with the object of a + Some SMALL LETTER options have been redefined with the object of a better POSIX compliance. The output of some further cases has been adapted to other UNIXes. A violation of downward compatibility has to be accepted.