summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README2
-rwxr-xr-xcombine4
-rw-r--r--debian/changelog6
3 files changed, 9 insertions, 3 deletions
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<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
@@ -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 <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