aboutsummaryrefslogtreecommitdiffstats
path: root/net/rsync
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-09-03 12:28:07 +0800
committerobrien <obrien@FreeBSD.org>1999-09-03 12:28:07 +0800
commitbe28607febe8706152d2ee300b7157fe30c97373 (patch)
treef60a8cddb06dc8dcc3fa0ed2958c944cd48ec8cc /net/rsync
parent204a3defcc6091e1d3f04c241370d211ef4b22d9 (diff)
downloadfreebsd-ports-gnome-be28607febe8706152d2ee300b7157fe30c97373.tar.gz
freebsd-ports-gnome-be28607febe8706152d2ee300b7157fe30c97373.tar.zst
freebsd-ports-gnome-be28607febe8706152d2ee300b7157fe30c97373.zip
synchronisation != synchronization
Diffstat (limited to 'net/rsync')
-rw-r--r--net/rsync/pkg-comment2
-rw-r--r--net/rsync/pkg-descr2
2 files changed, 2 insertions, 2 deletions
diff --git a/net/rsync/pkg-comment b/net/rsync/pkg-comment
index 9bc4ff5e0051..6ec980abac54 100644
--- a/net/rsync/pkg-comment
+++ b/net/rsync/pkg-comment
@@ -1 +1 @@
-A network file distribution/synchronisation utility
+A network file distribution/synchronization utility
diff --git a/net/rsync/pkg-descr b/net/rsync/pkg-descr
index 046caa04fcc6..8e00a901140c 100644
--- a/net/rsync/pkg-descr
+++ b/net/rsync/pkg-descr
@@ -4,7 +4,7 @@ rsyns 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.
-This makes rsync a good remote file distribution/synchronisation utility
+This makes rsync a good remote file distribution/synchronization utility
in a dialup PPP/SLIP environment.
Note, requires rsync on the destination machine.