Here's the fix:

Index: rsync.yo
===================================================================
RCS file: /cvsroot/rsync/rsync.yo,v
retrieving revision 1.70
diff -u -p -r1.70 rsync.yo
--- rsync.yo    2000/10/13 03:25:07     1.70
+++ rsync.yo    2000/11/20 06:35:48
@@ -676,7 +676,7 @@ selection of which files to transfer and
 rsync builds a ordered list of include/exclude options as specified on
 the command line. When a filename is encountered, rsync checks the
 name against each exclude/include pattern in turn. The first matching
-pattern is acted on. If it is an exclude pattern than that file is
+pattern is acted on. If it is an exclude pattern, then that file is
 skipped. If it is an include pattern then that filename is not
 skipped. If no matching include/exclude pattern is found then the
 filename is not skipped.

Reply via email to