]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
fix spelling error
authorAndrew Tridgell <tridge@samba.org>
Thu, 30 Oct 1997 08:06:46 +0000 (08:06 +0000)
committerAndrew Tridgell <tridge@samba.org>
Thu, 30 Oct 1997 08:06:46 +0000 (08:06 +0000)
README

diff --git a/README b/README
index 9a0a60d0122a701ea0f6d8a95410aceceecee59b..25a7dd3effe2a6b34302c4dd7e257af3c117bdca 100644 (file)
--- a/README
+++ b/README
@@ -3,7 +3,7 @@ WHAT IS RSYNC?
 
 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.