]> err.no Git - moreutils/commitdiff
* Typo fixes from Ralf Wildenhues.
authorjoeyh <joeyh>
Sun, 26 Nov 2006 19:49:18 +0000 (19:49 +0000)
committerjoeyh <joeyh>
Sun, 26 Nov 2006 19:49:18 +0000 (19:49 +0000)
README
combine
debian/changelog

diff --git a/README b/README
index 6ccbe7ff69a745af6ab82c2e69bf47258c38885b..0263b389b63eea5e43380256113eb5615f617d83 100644 (file)
--- 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 97311ddf55966563b280b3c867801e0b5725c5c7..fafe71f6275116525e934edf2c3c85fc7f827363 100755 (executable)
--- 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/[
index 884a4232af35377b65cc7c2a229d19e1dd34e606..712cb0e8556f2b9f0efe7d0ee4aa2fe01ffe0336 100644 (file)
@@ -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