aboutsummaryrefslogtreecommitdiffstats
path: root/net/rsync
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>2001-12-03 06:15:09 +0800
committersteve <steve@FreeBSD.org>2001-12-03 06:15:09 +0800
commit5bdfd2fd23df66923db1a4eea9240a614dc365c6 (patch)
treee2319be0476d98f7017a96c20b20d1cb42a1c3c5 /net/rsync
parenta9c3c938aa16da499f9aaae119086491a3265a2e (diff)
downloadfreebsd-ports-gnome-5bdfd2fd23df66923db1a4eea9240a614dc365c6.tar.gz
freebsd-ports-gnome-5bdfd2fd23df66923db1a4eea9240a614dc365c6.tar.zst
freebsd-ports-gnome-5bdfd2fd23df66923db1a4eea9240a614dc365c6.zip
Spell rsync correctly.
Diffstat (limited to 'net/rsync')
-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.