summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2001-12-02 22:15:09 +0000
committerSteve Price <steve@FreeBSD.org>2001-12-02 22:15:09 +0000
commit53c7b6480a2a239403a934eb00aa96aa30156b57 (patch)
tree74044e8c9f1b011f430278552e604d5ef18dc3b9
parentUpdate to reflect new homepage. (diff)
Spell rsync correctly.
-rw-r--r--net/rsync/pkg-descr2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rsync/pkg-descr b/net/rsync/pkg-descr
index 5cfb65d4a784..e4434d4634c3 100644
--- a/net/rsync/pkg-descr
+++ b/net/rsync/pkg-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.