summaryrefslogtreecommitdiff
path: root/combine
diff options
context:
space:
mode:
authorjoeyh <joeyh>2006-11-26 19:49:18 +0000
committerjoeyh <joeyh>2006-11-26 19:49:18 +0000
commit7b0da07eeeb8007494f92391b03f5128ed3e5cd7 (patch)
tree6dc472524fb28b43224a1c19291b729ba3447694 /combine
parent0a72631e595507348b6a5518eb7b586b3a5c2bf6 (diff)
downloadmoreutils-7b0da07eeeb8007494f92391b03f5128ed3e5cd7.tar.gz
* Typo fixes from Ralf Wildenhues.
Diffstat (limited to 'combine')
-rwxr-xr-xcombine4
1 files changed, 2 insertions, 2 deletions
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/[