]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Typo fix from Jim Meyering
authorMartin Pool <mbp@samba.org>
Mon, 8 Jan 2001 01:10:58 +0000 (01:10 +0000)
committerMartin Pool <mbp@samba.org>
Mon, 8 Jan 2001 01:10:58 +0000 (01:10 +0000)
rsync.yo

index 9d1dd0a0905cb416f9a60feef91d4c4624172ff0..bab112522308f27bfe99944847ef9153879801ce 100644 (file)
--- a/rsync.yo
+++ b/rsync.yo
@@ -679,7 +679,7 @@ selection of which files to transfer and which files to skip.
 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.