From 7b0da07eeeb8007494f92391b03f5128ed3e5cd7 Mon Sep 17 00:00:00 2001 From: joeyh Date: Sun, 26 Nov 2006 19:49:18 +0000 Subject: * Typo fixes from Ralf Wildenhues. --- combine | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'combine') 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/[ -- cgit v1.2.3