1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Fix typo: neccessary -> necessary.

This commit is contained in:
Jimmy Olgeni 2001-05-31 12:08:54 +00:00
parent 80fb81f0c9
commit 0017d74ed5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43346

View File

@ -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";