git: 9e7359a0735c - main - sysutils/dirvish: Fix typo in pkg-descr
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 Jun 2022 05:47:46 UTC
The branch main has been updated by meta:
URL: https://cgit.FreeBSD.org/ports/commit/?id=9e7359a0735c7332cdfde39ce2404c62575e6bb2
commit 9e7359a0735c7332cdfde39ce2404c62575e6bb2
Author: Elvin Aslanov <rwp.primary@gmail.com>
AuthorDate: 2022-06-20 13:05:54 +0000
Commit: Koichiro Iwao <meta@FreeBSD.org>
CommitDate: 2022-06-21 05:46:00 +0000
sysutils/dirvish: Fix typo in pkg-descr
Pull Request: https://github.com/freebsd/freebsd-ports/pull/127
---
sysutils/dirvish/pkg-descr | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sysutils/dirvish/pkg-descr b/sysutils/dirvish/pkg-descr
index 67333ae9098d..17d5d04a577c 100644
--- a/sysutils/dirvish/pkg-descr
+++ b/sysutils/dirvish/pkg-descr
@@ -1,4 +1,4 @@
-This is a network-based backup system based of rync. It can do full and
+This is a network-based backup system based of rsync. It can do full and
incremental backups to a remote file server. It relies on rsync for the
host to host copy and uses hard links to provide multiple snapshots of the
data without duplicating identical files.