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.
=head1 DESCRIPTION
-B<combine> conbines the lines in two files. Depending on the boolean
+B<combine> combines the lines in two files. Depending on the boolean
operation specified, the contents will be combined in different ways:
=over 4
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/[
+moreutils (0.20) UNRELEASED; urgency=low
+
+ * Typo fixes from Ralf Wildenhues.
+
+ -- Joey Hess <joeyh@debian.org> 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