From: joeyh Date: Sun, 26 Nov 2006 19:49:18 +0000 (+0000) Subject: * Typo fixes from Ralf Wildenhues. X-Git-Tag: 0.20~1 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b0da07eeeb8007494f92391b03f5128ed3e5cd7;p=moreutils * Typo fixes from Ralf Wildenhues. --- diff --git a/README b/README index 6ccbe7f..0263b38 100644 --- a/README +++ b/README @@ -26,7 +26,7 @@ mispipe Its web page is here: http://kitenet.net/~joey/code/moreutils.html Your suggestions of additional tools to add to this collection are -apprecitated. The web page lists some that are under consideration but +appreciated. The web page lists some that are under consideration but have not yet been included, I also welcome feedback on which of these to include. diff --git a/combine b/combine index 97311dd..fafe71f 100755 --- a/combine +++ b/combine @@ -24,7 +24,7 @@ _ file1 xor file2 _ =head1 DESCRIPTION -B conbines the lines in two files. Depending on the boolean +B combines the lines in two files. Depending on the boolean operation specified, the contents will be combined in different ways: =over 4 @@ -53,7 +53,7 @@ The input files need not be sorted, and the lines are output in the order they occur in file1 (followed by the order they occur in file2 for the two "or" operations). Bear in mind that this means that the operations are not commutative; "a and b" will not necessarily be the same as "b and a". To -obtain communtative behavior sort and uniq the result. +obtain commutative behavior sort and uniq the result. Note that this program can be installed as "_" to allow for the syntactic sugar shown in the latter half of the synopsis (similar to the test/[ diff --git a/debian/changelog b/debian/changelog index 884a423..712cb0e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +moreutils (0.20) UNRELEASED; urgency=low + + * Typo fixes from Ralf Wildenhues. + + -- Joey Hess Sun, 26 Nov 2006 14:48:57 -0500 + moreutils (0.19) unstable; urgency=low * vidir: Don't ignore files whose names end in dots. Closes: #398141