summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorreed <reed>2007-09-06 14:37:19 +0000
committerreed <reed>2007-09-06 14:37:19 +0000
commit7162b59dd6a19bea2bd5d01bd474f348cf6f1d75 (patch)
tree2d5e573aef14b38ee60baafc09affc7a97a58749 /net
parent50b5f1592393a13c35399e83bb4e8a59f00d12a8 (diff)
downloadpkgsrc-7162b59dd6a19bea2bd5d01bd474f348cf6f1d75.tar.gz
Fix typo.
Diffstat (limited to 'net')
-rw-r--r--net/rsync/DESCR2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rsync/DESCR b/net/rsync/DESCR
index cb95e24bfbe..e9a994f316f 100644
--- a/net/rsync/DESCR
+++ b/net/rsync/DESCR
@@ -1,6 +1,6 @@
rsync is a replacement for rcp that has many more features.
-rsyns uses the "rsync algorithm" which provides a very fast method for
+rsync uses the "rsync algorithm" which provides a very fast method for
bringing remote files into sync. It does this by sending just the
differences in the files across the link, without requiring that both
sets of files are present at one of the ends of the link beforehand.