summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1999-09-03 04:28:07 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1999-09-03 04:28:07 +0000
commit56cfc9e3d94449fd00dd1785775ca5c948f68589 (patch)
tree1d1267c4d619316fe8e9175a2902875d30c360e5 /net
parentAdd WWW: (diff)
synchronisation != synchronization
Notes
Notes: svn path=/head/; revision=21206
Diffstat (limited to 'net')
-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.