diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-05-31 12:08:54 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-05-31 12:08:54 +0000 |
commit | 0017d74ed5fa430c9f79699dff0b75063674e62b (patch) | |
tree | 11022de90e479176621b0220a1597cc1b3bc10c3 /security/amavis-perl | |
parent | 80fb81f0c90bc48322456b345b03771f1801bdc7 (diff) |
Fix typo: neccessary -> necessary.
Notes
Notes:
svn path=/head/; revision=43346
Diffstat (limited to 'security/amavis-perl')
-rw-r--r-- | security/amavis-perl/pkg-install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/amavis-perl/pkg-install b/security/amavis-perl/pkg-install index e146b10bf550..986f2a34fe4c 100644 --- a/security/amavis-perl/pkg-install +++ b/security/amavis-perl/pkg-install @@ -20,7 +20,7 @@ elsif ( -f '/etc/sendmail.cf' ) { my $cf="$cfg/sendmail.cf"; my $new="$cfg/amavis.cf"; -print "===> Adding neccessary hooks to sendmail.cf file\n"; +print "===> Adding necessary hooks to sendmail.cf file\n"; open(IN, $cf) || die "Cannot open $cf"; open(OUT, ">$new") || die "Cannot create $new"; |