s/syncronization/synchronization/; s/syncronize/synchronize/
This commit is contained in:
parent
293e443f29
commit
1d8cd51113
2 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
File::DirSync will make two directories exactly the same. The goal is
|
||||
to perform this syncronization process as quickly as possible with as
|
||||
to perform this synchronization process as quickly as possible with as
|
||||
few stats and reads and writes as possible. It usually can perform the
|
||||
syncronization process within a few milliseconds - even for gigabytes
|
||||
synchronization process within a few milliseconds - even for gigabytes
|
||||
or more of information.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.2 2004/01/25 01:28:04 grant Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2004/02/21 06:55:01 snj Exp $
|
||||
#
|
||||
|
||||
DISTNAME= File-DirSync-1.11
|
||||
|
@ -7,7 +7,7 @@ CATEGORIES= sysutils perl5
|
|||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
|
||||
|
||||
MAINTAINER= tech-pkg@NetBSD.org
|
||||
COMMENT= Perl5 module to syncronize two directories rapidly
|
||||
COMMENT= Perl5 module to synchronize two directories rapidly
|
||||
|
||||
USE_BUILDLINK2= YES
|
||||
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/File/DirSync/.packlist
|
||||
|
|
Loading…
Reference in a new issue